summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r--x11/kde4-baseapps/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
deleted file mode 100644
index ee7ad50f1046..000000000000
--- a/x11/kde4-baseapps/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# -*-mode: makefile-*-
-# New ports collection makefile for: kdebase3.1
-# Date created: 29 November 2002
-# Whom: kde@freebsd.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdebase
-PORTVERSION= ${KDE4_VERSION}
-CATEGORIES= x11 kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Basic applications for the KDE system
-
-LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \
- soprano.4:${PORTSDIR}/textproc/soprano \
- qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
- pci.2:${PORTSDIR}/devel/libpci
-
-LATEST_LINK= ${PORTNAME}4
-
-USE_BZIP2= yes
-USE_QT_VER= 4
-QT_COMPONENTS= corelib opengl dbus qt3support \
- designer network svg qtestlib \
- qmake_build moc_build rcc_build uic_build
-
-USE_GETTEXT= yes
-USE_KDE4= kdelibs kdeprefix kdehier automoc4
-KDE4_BUILDENV= yes
-MAKE_JOBS_UNSAFE= yes
-
-CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
- -DWITH_RAW1394:BOOL=OFF
-
-MAN1= kappfinder.1 \
- kbookmarkmerger.1 \
- kfind.1
-
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-.include <bsd.port.mk>