diff options
Diffstat (limited to 'x11/kdebase4/Makefile')
-rw-r--r-- | x11/kdebase4/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile deleted file mode 100644 index 558117d26bdb..000000000000 --- a/x11/kdebase4/Makefile +++ /dev/null @@ -1,49 +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 - -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_SAFE= yes - -CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ - -DWITH_RAW1394:BOOL=OFF \ - -DWITH_PCIUTILS:BOOL=OFF - -MAN1= kbookmarkmerger.1 \ - kfind.1 - -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -.endif - -.include <bsd.port.mk> |