forked from Lainports/freebsd-ports
You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# New ports collection Makefile for: kdeadmin
|
|
# Date created: 2008-01-30
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdeadmin
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= sysutils kde ipv6
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Admin applications
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
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
|
|
#USE_OPENLDAP= yes
|
|
|
|
# dirty hack should fix in upstream?
|
|
LDFLAGS= -lcrypt
|
|
|
|
CMAKE_ARGS+= -DBUILD_kpackage:BOOL=Off \
|
|
-DBUILD_lilo-config:BOOL=Off
|
|
|
|
post-patch:
|
|
${MKDIR} ${WRKSRC}
|
|
${REINPLACE_CMD} -e \
|
|
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
|
|
${WRKSRC}/../knetworkconf/backends/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|