blob: c36a8656a262fdfeb2be0a7cea18c4c2ab440e4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: gpredict
# Date created: 2004-01-22
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= gpredict
PORTVERSION= 1.1
PORTREVISION= 2
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>
|