freebsd-ports/comms/gpredict/Makefile
Rong-En Fan ed3ba41aa3 - Update to 0.6.1
- Move to LOCALBASE
- Change maintainer's email address
- Workaround for autoconf 2.6.0 (mandir)

PR:		ports/103300
Submitted by:	Matt Dawson <matt at mattsnetwork.co.uk> (maintainerA)
2006-09-16 21:30:22 +00:00

25 lines
555 B
Makefile

# New ports collection makefile for: gpredict
# Date created: 2004-01-22
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= gpredict
PORTVERSION= 0.6.1
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= groundstation
MAINTAINER= matt@chronos.org.uk
COMMENT= Amateur Radio satellite tracking and prediction
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib:install
USE_GNOME= gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= gpredict.1
.include <bsd.port.mk>