diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:30:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-16 21:30:22 +0000 |
commit | ed3ba41aa3779146fc23a9d529a242cd700fd111 (patch) | |
tree | b409836b8e637a54bd5b461fa80d558998545d8d /comms/gpredict/Makefile | |
parent | 9d5df5aa4978c929ded2ad9038e67356c51e8787 (diff) |
Notes
Diffstat (limited to 'comms/gpredict/Makefile')
-rw-r--r-- | comms/gpredict/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index a2b22420b5a2..b073aa8b1f98 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ PORTNAME= gpredict -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= groundstation -MAINTAINER= matt@mattsnetwork.co.uk +MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio satellite tracking and prediction LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib:install -USE_X_PREFIX= yes -USE_GNOME= gnomecanvas gal +USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --disable-nls # nls isn't supported yet +CONFIGURE_ARGS= --mandir=${PREFIX}/man + +MAN1= gpredict.1 .include <bsd.port.mk> |