diff options
Diffstat (limited to 'astro/marble-kde4/Makefile')
-rw-r--r-- | astro/marble-kde4/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/astro/marble-kde4/Makefile b/astro/marble-kde4/Makefile new file mode 100644 index 000000000000..60eb4b67314d --- /dev/null +++ b/astro/marble-kde4/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= marble +PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 3 +CATEGORIES= astro kde kde-kde4 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Virtual globe and world atlas for KDE + +LIB_DEPENDS= libquazip.so:archivers/quazip + +USES= cmake:outsource kde:4 shared-mime-info tar:xz +USE_KDE= kdelibs automoc4 +USE_QT4= corelib dbus declarative designer_build gui network phonon \ + qtestlib script sql svg webkit xml \ + qmake_build moc_build rcc_build uic_build +USE_LDCONFIG= yes +MAKE_ENV= XDG_CONFIG_HOME=/dev/null +CMAKE_ARGS= -DMOBILE:BOOL=FALSE + +OPTIONS_DEFINE= GPS +OPTIONS_DEFAULT= GPS +OPTIONS_SUB= yes + +GPS_DESC= Support for GPS position provider +GPS_LIB_DEPENDS= libgps.so:astro/gpsd +GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE + +# pre-configure: +# # Prevent updating MIME during build. +# ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \ +# ${PATCH_WRKSRC}/data/CMakeLists.txt + +.include <bsd.port.mk> |