summaryrefslogtreecommitdiff
path: root/comms/grig/Makefile
blob: 48b98ee1eee61ad45a5e89010f1799de193c1323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Matt Dawson <matt@mattsnetwork.co.uk>

PORTNAME=	grig
PORTVERSION=	0.9.0
#DISTNAME=	Grig
CATEGORIES=	comms hamradio

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Amateur Radio control front-end

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GITHUB=	yes
GH_ACCOUNT=	fillods
GH_PROJECT=	grig
GH_TAGNAME=	77ab785

LIB_DEPENDS=	libhamlib.so:comms/hamlib \
			libharfbuzz.so:print/harfbuzz \
			libfontconfig.so:x11-fonts/fontconfig \
			libfreetype.so:print/freetype2

USE_GNOME=	cairo gdkpixbuf2 gtk20 intltool
GNU_CONFIGURE=	yes
USES=		autoreconf gettext gmake gnome libtool pkgconfig

LIBS+=		-lm

.include <bsd.port.mk>