diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-17 00:03:42 +0000 |
commit | a2d3b5a4bc5047210b788a128596ec34749ffa11 (patch) | |
tree | c3c20b47c3435ddcaf02b8570db6aab5b70011af /astro/marble/Makefile | |
parent | da6ade2349d0bdc372133d4d97bc6988aee94238 (diff) | |
download | freebsd-ports-a2d3b5a4bc5047210b788a128596ec34749ffa11.zip |
The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports
We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.
PR: 156293 [1]
159219 [2]
160164 [3]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1]
Alvaro Castillo <gobledb@gmail.com> [2]
dkeav04@gmail.com [3]
Tested by: exp-run via pav
Diffstat (limited to 'astro/marble/Makefile')
-rw-r--r-- | astro/marble/Makefile | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index f95ef669831e..f11434898e7b 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -10,25 +10,36 @@ PORTVERSION= ${KDE4_VERSION} CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DISTNAME= kdeedu-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE -LIB_DEPENDS= gps.20:${PORTSDIR}/astro/gpsd +CONFLICTS= kdeedu-4.4.[0-4] -CONFLICTS= kdeedu-4.5.[0-5] - -USE_BZIP2= yes -USE_CMAKE= yes -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +KDE4_BUILDENV= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake_build moc_build rcc_build uic_build -USE_LDCONFIG= yes -DISTINFO_FILE= ${PORTSDIR}/misc/kdeedu4/distinfo +QT_COMPONENTS= dbus declarative gui network \ + phonon script sql svg webkit xml \ + qmake_build moc_build rcc_build uic_build +USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + +OPTIONS= GPS "Support for GPS position provider" on + +.include <bsd.port.options.mk> + +.ifndef(WITHOUT_GPS) +LIB_DEPENDS+= gps.20:${PORTSDIR}/astro/gpsd +PLIST_SUB+= GPS="" +.else +CMAKE_ARGS+= -DWITH_libgps:BOOL=FALSE +PLIST_SUB+= GPS="@comment " +.endif -WRKSRC= ${WRKDIR}/${DISTNAME}/marble -CMAKE_OUTSOURCE= yes +pre-configure: + ${REINPLACE_CMD} -e '/libgps/ s/FIND_PACKAGE/macro_optional_find_package/' \ + ${WRKSRC}/src/plugins/positionprovider/CMakeLists.txt .include <bsd.port.mk> |