freebsd-ports/comms/gpredict/Makefile
Dmitry Marakasov 7fa8b75077 - Update to 1.1
- While here, install locale files into share/locale (not lib), remove useless :install clauses (approved by maintainer timeout + email bounces)

PR:		141431
Submitted by:	Matt Dawson <matt@chronos.org.uk> (maintainer)
2009-12-30 12:57:14 +00:00

34 lines
809 B
Makefile

# New ports collection makefile for: gpredict
# Date created: 2004-01-22
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= gpredict
PORTVERSION= 1.1
CATEGORIES= comms hamradio
MASTER_SITES= SF/gpredict/Gpredict/${PORTVERSION}
MAINTAINER= matt@chronos.org.uk
COMMENT= Amateur Radio satellite tracking and prediction
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \
goocanvas:${PORTSDIR}/graphics/goocanvas
BUILD_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_GNOME= gtk20 gnomehack
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>