freebsd-ports/sysutils/kdeadmin4/Makefile

53 lines
1.5 KiB
Makefile
Raw Normal View History

# New ports collection Makefile for: kdeadmin
# Date created: 2008-01-30
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kdeadmin
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
2001-09-10 22:22:28 +02:00
DIST_SUBDIR= KDE
2001-09-01 10:46:39 +02:00
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Admin applications
LATEST_LINK= ${PORTNAME}4
2003-01-28 19:36:58 +01:00
USE_BZIP2= yes
USE_QT_VER= 4
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_OPENSSL= yes
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
network porting_build qmake_build moc_build rcc_build \
uic_build uic3_build
MAKE_JOBS_SAFE= yes
CMAKE_ARGS+= -DBUILD_kpackage:BOOL=Off \
-DBUILD_lilo-config:BOOL=Off
OPTIONS= PRINTER_CONFIG "Install printer configuration utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_PRINTER_CONFIG)
RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/system-config-printer-kde/system-config-printer-kde.py:${PORTSDIR}/print/system-config-printer-kde
.endif
post-patch:
2006-01-08 20:32:36 +01:00
${REINPLACE_CMD} -e \
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
${PATCH_WRKSRC}/knetworkconf/backends/CMakeLists.txt
#disable documentation for kpackage
${REINPLACE_CMD} -e '/add_subdirectory(kpackage)/d' \
${PATCH_WRKSRC}/doc/CMakeLists.txt
#disable system-config-printer-kde, it comes with print/kdeadmin4-system-config-printer-kde
${REINPLACE_CMD} -e '/add_subdirectory.*system-config-printer-kde/d' \
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>