diff options
Diffstat (limited to 'comms/grig/Makefile')
-rw-r--r-- | comms/grig/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 93dc89e1f86c..b44c12f5e7fb 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -6,22 +6,23 @@ # PORTNAME= grig -PORTVERSION= 0.7.2 -PORTREVISION= 5 +PORTVERSION= 0.8.0 CATEGORIES= comms hamradio MASTER_SITES= SF/groundstation/Grig/${PORTVERSION} MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio control front-end +LICENSE= GPLv2 + LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GETTEXT= yes MAN1= grig.1 -LICENSE= GPLv2 post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ |