diff options
Diffstat (limited to 'comms/grig/Makefile')
-rw-r--r-- | comms/grig/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 8ecd0b78eac7..f534fc0851ab 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -1,7 +1,6 @@ PORTNAME= grig PORTVERSION= 0.9.0 PORTREVISION= 1 -#DISTNAME= Grig CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -11,20 +10,20 @@ WWW= http://groundstation.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= fillods -GH_PROJECT= grig -#GH_TAGNAME= 77ab785 -GH_TAGNAME= 9d79adb - 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 -USES= autoreconf gettext gmake gnome libtool pkgconfig LIBS+= -lm |