summaryrefslogtreecommitdiff
path: root/x11/kdelibs11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs11/Makefile')
-rw-r--r--x11/kdelibs11/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile
deleted file mode 100644
index 78377abfb516..000000000000
--- a/x11/kdelibs11/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: kdelibs
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdelibs
-PORTVERSION= 1.1.2
-PORTREVISION= 3
-CATEGORIES= x11 kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= Attic/old/1.1.2/distribution/tar/generic/source/bz2
-DISTNAME= kdelibs-1.1.2
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-LIBVER= 3
-PLIST_SUB+= LIBVER="${LIBVER}"
-MAKE_ENV+= SOMAJOR="${LIBVER}" SOMINOR="0"
-NO_LATEST_LINK= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_QT_VER= 1
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-LIBTOOLFLAGS=
-CONFIGURE_ARGS= --enable-shared --x-includes="$(X11BASE)/include" \
- --x-libraries="$(X11BASE)/lib" --disable-static \
- --with-qt-includes=${QTDIR}/include/X11/qt
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- QTDIR=${QTDIR}
-
-# generate KDE style mtree
-MTREE_CMD= ${CAT} ${MTREE_FILE} ${FILESDIR}/kde.dist | /usr/sbin/mtree
-MTREE_ARGS= -U -d -e -p
-
-pre-extract:
-.if exists(${LOCALBASE}/include/kwin.h)
- @${ECHO}
- @${ECHO} " NOTICE"
- @${ECHO}
- @${ECHO} "You have KDE2 headers installed! Installing this port"
- @${ECHO} "will result in conflicts between KDE2 and KDE1!"
- @${ECHO}
- @${FALSE}
-.endif
-
-.include <bsd.port.mk>