2010-06-01 23:35:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= marble
|
|
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
|
|
CATEGORIES= astro kde
|
2014-02-18 15:23:03 +01:00
|
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
2013-03-27 12:55:25 +01:00
|
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
2010-06-01 23:35:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Virtual globe and world atlas for KDE
|
|
|
|
|
2014-10-19 17:57:27 +02:00
|
|
|
LIB_DEPENDS= libquazip.so:${PORTSDIR}/archivers/quazip
|
|
|
|
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
2014-04-03 11:49:10 +02:00
|
|
|
USES= cmake:outsource gmake shared-mime-info tar:xz
|
2013-03-27 12:55:25 +01:00
|
|
|
USE_QT4= corelib dbus declarative designer_build gui network phonon \
|
|
|
|
qtestlib script sql svg webkit xml \
|
2011-10-17 02:03:42 +02:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
2013-03-22 15:18:02 +01:00
|
|
|
USE_LDCONFIG= yes
|
2013-07-02 21:04:18 +02:00
|
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
2012-05-25 04:15:20 +02:00
|
|
|
CMAKE_ARGS= -DMOBILE:BOOL=FALSE
|
2011-10-17 02:03:42 +02:00
|
|
|
|
2014-02-18 15:23:03 +01:00
|
|
|
OPTIONS_DEFINE= GPS
|
|
|
|
OPTIONS_DEFAULT= GPS
|
|
|
|
OPTIONS_SUB= yes
|
2011-10-17 02:03:42 +02:00
|
|
|
|
2014-02-18 15:23:03 +01:00
|
|
|
GPS_DESC= Support for GPS position provider
|
|
|
|
GPS_LIB_DEPENDS= libgps.so:${PORTSDIR}/astro/gpsd
|
|
|
|
GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE
|
2010-06-01 23:35:38 +02:00
|
|
|
|
2014-10-19 17:57:27 +02:00
|
|
|
# pre-configure:
|
|
|
|
# # Prevent updating MIME during build.
|
|
|
|
# ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \
|
|
|
|
# ${PATCH_WRKSRC}/data/CMakeLists.txt
|
2010-06-01 23:35:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|