90aade48f0
While here, stop using MAN1 now that the port supports staging. PR: ports/185492 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: maintainer timeout (14 days)
23 lines
566 B
Makefile
23 lines
566 B
Makefile
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qlandkartegt
|
|
PORTVERSION= 1.7.5
|
|
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= 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>
|