freebsd-ports/comms/gpredict/Makefile
Pav Lucistnik fef45f2508 Gpredict is a satellite tracking and prediction application
written using Gtk+ and Gnome widgets by Alexandru Csete.

Part of the grounstation suite, its purpose is to track
the various amateur, weather and military satellites that
are of interest to radio amateurs.

The groundstation suite comprises Gnome-rig and Gnome-predict
and is intended to provide a low-cost amateur radio station
with the facilities of a high-end satellite station.

WWW: http://groundstation.sourceforge.net/

PR:		ports/61727
Submitted by:	Matt Dawson <matt@mattsnetwork.co.uk>
2004-01-22 19:15:13 +00:00

22 lines
525 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.4.99.6
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= groundstation
MAINTAINER= matt@mattsnetwork.co.uk
COMMENT= Amateur Radio satellite tracking and prediction
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>