2013-09-20 15:14:04 +02:00
|
|
|
# Created by: slaven@rezic.de
|
2009-01-15 02:44:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= merkaartor
|
2012-06-17 21:45:53 +02:00
|
|
|
PORTVERSION= 0.18.1
|
2013-08-21 05:46:21 +02:00
|
|
|
PORTREVISION= 2
|
2009-01-15 02:44:35 +01:00
|
|
|
CATEGORIES= astro
|
2012-06-17 21:45:53 +02:00
|
|
|
MASTER_SITES= http://merkaartor.be/attachments/download/301/ \
|
|
|
|
https://secure.ohos.nl/downloads/
|
2009-01-15 02:44:35 +01:00
|
|
|
|
2011-02-12 13:50:56 +01:00
|
|
|
MAINTAINER= dev2@heesakkers.info
|
2013-11-22 13:55:18 +01:00
|
|
|
COMMENT= Openstreetmap mapping program
|
2009-01-15 02:44:35 +01:00
|
|
|
|
2010-08-19 03:28:22 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-11-22 13:55:18 +01:00
|
|
|
LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
|
|
|
|
libproj.so:${PORTSDIR}/graphics/proj
|
2012-01-21 01:47:16 +01:00
|
|
|
|
2014-03-17 18:44:51 +01:00
|
|
|
USES= qmake tar:bzip2
|
2011-02-12 13:50:56 +01:00
|
|
|
USE_LDCONFIG= yes
|
2009-01-15 02:44:35 +01:00
|
|
|
|
2013-11-22 13:55:18 +01:00
|
|
|
USE_QT4= uic_build moc_build rcc_build \
|
2009-08-04 23:35:49 +02:00
|
|
|
gui network svg webkit xml imageformats script scripttools
|
2012-01-21 01:47:16 +01:00
|
|
|
|
2014-03-17 18:44:51 +01:00
|
|
|
OPTIONS_DEFINE= DEBUG GEOIMAGE NLS ZBAR
|
2012-06-17 21:45:53 +02:00
|
|
|
OPTIONS_DEFAULT= GEOIMAGE
|
2009-12-30 13:59:00 +01:00
|
|
|
|
2013-11-22 13:55:18 +01:00
|
|
|
GEOIMAGE_DESC= Enable geotagged images (needs exiv2)
|
|
|
|
GEOIMAGE_QMAKE_ON= GEOIMAGE=1
|
|
|
|
GEOIMAGE_LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2
|
2009-01-15 02:44:35 +01:00
|
|
|
|
2014-03-17 18:44:51 +01:00
|
|
|
ZBAR_DESC= Read barcodes from walking papers (BROKEN)
|
2013-11-22 13:55:18 +01:00
|
|
|
ZBAR_QMAKE_ON= ZBAR=1
|
|
|
|
ZBAR_LIB_DEPENDS= libzbar.so:${PORTSDIR}/graphics/zbar
|
2009-12-30 13:59:00 +01:00
|
|
|
|
2013-11-22 13:55:18 +01:00
|
|
|
DEBUG_QMAKE_OFF= NODEBUG=1 RELEASE=1
|
2011-01-19 09:41:03 +01:00
|
|
|
|
2014-03-17 18:44:51 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2013-11-22 13:55:18 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2011-01-19 09:41:03 +01:00
|
|
|
|
2014-03-17 18:44:51 +01:00
|
|
|
.if ${PORT_OPTIONS:MZBAR}
|
|
|
|
BROKEN= Does not build with option ZBAR selected
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4+= linguist_build
|
2009-12-30 13:59:00 +01:00
|
|
|
|
|
|
|
pre-build:
|
2013-11-22 13:55:18 +01:00
|
|
|
@cd ${WRKSRC}/translations && ${LRELEASE} ../src/src.pro
|
2014-03-17 18:44:51 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/translations
|
|
|
|
@(cd ${WRKSRC}/translations && ${COPYTREE_SHARE} "merkaartor_*.qm" \
|
|
|
|
${STAGEDIR}${DATADIR}/translations)
|
2009-12-30 13:59:00 +01:00
|
|
|
.endif
|
2009-01-15 02:44:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|