2004-01-22 14:15:13 -05:00
|
|
|
# New ports collection makefile for: gpredict
|
|
|
|
# Date created: 2004-01-22
|
|
|
|
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gpredict
|
2004-08-06 03:18:52 -04:00
|
|
|
PORTVERSION= 0.4.99.7
|
2004-01-22 14:15:13 -05:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= groundstation
|
|
|
|
|
|
|
|
MAINTAINER= matt@mattsnetwork.co.uk
|
|
|
|
COMMENT= Amateur Radio satellite tracking and prediction
|
|
|
|
|
2004-08-06 03:18:52 -04:00
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib:install
|
|
|
|
|
2004-01-22 14:15:13 -05:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomecanvas gal
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-nls # nls isn't supported yet
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|