blob: f534fc0851ab66c7d774b46a41752763c3b5fda8 (
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
|
PORTNAME= grig
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio control front-end
WWW= http://groundstation.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhamlib.so:comms/hamlib \
libharfbuzz.so:print/harfbuzz \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= autoreconf gettext gmake gnome libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fillods
GH_PROJECT= grig
GH_TAGNAME= 9d79adb
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
GNU_CONFIGURE= yes
LIBS+= -lm
.include <bsd.port.mk>
|