freebsd-ports/comms/gpredict/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

29 lines
747 B
Makefile

# Created by: Matt Dawson <matt@mattsnetwork.co.uk>
# $FreeBSD$
PORTNAME= gpredict
PORTVERSION= 1.3
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/Gpredict/${PORTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio satellite tracking and prediction
LICENSE= GPLv2 # (or later)
LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib \
libcurl.so:${PORTSDIR}/ftp/curl \
libgoocanvas.so:${PORTSDIR}/graphics/goocanvas
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USE_GNOME= gtk20 intltool
post-patch:
@${REINPLACE_CMD} -e \
'/^Icon/s|=.*|=${PREFIX}/share/pixmaps/gpredict-icon.png|' \
${WRKSRC}/data/desktop/gpredict.desktop.in
.include <bsd.port.mk>