1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/comms/gpredict/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

36 lines
821 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.9.0
PORTREVISION= 3
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
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-network
USE_GMAKE= yes
MAN1= gpredict.1
DESKTOP_ENTRIES="GPREDICT" \
"Predict satellite passage times" \
"${PREFIX}/share/pixmaps/gpredict/icons/gpredict-icon.png" \
"gpredict" \
"" \
true
.include <bsd.port.mk>