freebsd-ports/astro/qlandkartegt/Makefile
Thierry Thomas 06123cf23d Upgrade to 1.7.6.
Announcement:
http://sourceforge.net/mailarchive/message.php?msg_id=31977305

PR:		ports/186796
Submitted by:	Christoph Moench-Tegeder <cmt (at) burggraben.net>
Approved by:	maintainer time-out
2014-03-05 10:43:54 +00:00

23 lines
569 B
Makefile

# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
PORTNAME= qlandkartegt
PORTVERSION= 1.7.6
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION}
MAINTAINER= i@levsha.me
COMMENT= The ultimate outdoor aficionado's tool
LICENSE= GPLv3
LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
libproj.so:${PORTSDIR}/graphics/proj \
libgps.so:${PORTSDIR}/astro/gpsd
USES= cmake
USE_QT4= dbus gui opengl network sql xml linguist_build \
moc_build uic_build rcc_build qmake_build
USE_GL= glu
.include <bsd.port.mk>