Tweak comms/cwdaemon version 0.9.4
[dports.git] / comms / gpredict / Makefile
1 # Created by: Matt Dawson <matt@mattsnetwork.co.uk>
2 # $FreeBSD$
3
4 PORTNAME=       gpredict
5 PORTVERSION=    1.3
6 CATEGORIES=     comms hamradio
7 MASTER_SITES=   SF/${PORTNAME}/Gpredict/${PORTVERSION}
8
9 MAINTAINER=     hamradio@FreeBSD.org
10 COMMENT=        Amateur Radio satellite tracking and prediction
11
12 LICENSE=        GPLv2 # (or later)
13
14 LIB_DEPENDS=    libhamlib.so:${PORTSDIR}/comms/hamlib \
15                 libcurl.so:${PORTSDIR}/ftp/curl \
16                 libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
17
18 GNU_CONFIGURE=  yes
19 CPPFLAGS+=      -I${LOCALBASE}/include
20 LIBS+=          -L${LOCALBASE}/lib
21 USES=           gettext gmake pkgconfig
22 USE_GNOME=      gtk20
23
24 post-patch:
25         @${REINPLACE_CMD} -e \
26                 '/^Icon/s|=.*|=${PREFIX}/share/pixmaps/gpredict-icon.png|' \
27                 ${WRKSRC}/data/desktop/gpredict.desktop.in
28
29 .include <bsd.port.mk>