mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
26 lines
601 B
Makefile
26 lines
601 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.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= groundstation
|
|
|
|
MAINTAINER= matt@mattsnetwork.co.uk
|
|
COMMENT= Amateur Radio satellite tracking and prediction
|
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib:install
|
|
|
|
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>
|