61a8320e09
- Bump PORTREVISION for package change - Bump PORTREVISION for graphics/gdal shlib change [1] Approved by: portmgr (implicit) [1]
24 lines
585 B
Makefile
24 lines
585 B
Makefile
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qlandkartegt
|
|
PORTVERSION= 1.7.6
|
|
PORTREVISION= 2
|
|
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>
|