39a2e88a70
- Remove no longer needed wrapper script - Update LICENSE PR: ports/181381, ports/177991 Submitted by: Christoph Moench-Tegeder <cmt at burggraben.net> Approved by: maintainer timeout (4 months)
25 lines
571 B
Makefile
25 lines
571 B
Makefile
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qlandkartegt
|
|
PORTVERSION= 1.7.3
|
|
CATEGORIES= astro
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION}
|
|
|
|
MAINTAINER= i@levsha.me
|
|
COMMENT= The ultimate outdoor aficionado's tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
|
|
proj:${PORTSDIR}/graphics/proj \
|
|
gps:${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
|
|
|
|
MAN1= qlandkartegt.1
|
|
|
|
.include <bsd.port.mk>
|