summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-16 22:09:00 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-16 22:09:00 +0000
commit84d3c8bc759dc25a274fcd96649cfaacf0dc594b (patch)
tree086a57ace5b34ec7af8f4e199ebedf2d69f697e7 /x11/kdelibs4/Makefile
parentAdd kde-qt-addon 1.90, which is required for KDE2 ports. (diff)
Update to KDELIBS 1.90, aka KDE2 beta. Let the fun begin!
Repo-copy by: asami
Notes
Notes: svn path=/head/; revision=28498
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r--x11/kdelibs4/Makefile61
1 files changed, 21 insertions, 40 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 89b5b877ff7e..d0924b4ade37 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -1,55 +1,36 @@
-# New ports collection makefile for: kdelibs
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: KDE libraries 2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdelibs
-PORTVERSION= 1.1.2.1
-CATEGORIES= x11 kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
-DISTNAME= kdelibs-1.1.2
+PORTVERSION= 1.90
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-LIBVER= 3
-PLIST_SUB+= LIBVER="${LIBVER}"
-MAKE_ENV+= SOMAJOR="${LIBVER}" SOMINOR="0"
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon
+MOC?= ${X11BASE}/bin/moc2
+SOMAJOR= 4
+SOMINOR= 0
USE_BZIP2= yes
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} --enable-shared \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib \
+ --with-extra-libs=${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include"
USE_GMAKE= yes
-USE_QT= yes
-USE_LIBTOOL= yes
-LIBTOOLFLAGS=
-CONFIGURE_ARGS= --enable-shared --x-includes="$(X11BASE)/include" \
- --x-libraries="$(X11BASE)/lib" --disable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-# generate KDE style mtree
-MTREE_CMD= ${CAT} ${MTREE_FILE} ${FILESDIR}/kde.dist | /usr/sbin/mtree
-MTREE_ARGS= -U -d -e -p
-
-pre-install:
-.for applink in Applications Development Games Graphics Internet Multimedia \
- Network Settings System Utilities
- @${MKDIR} ${PREFIX}/share/applnk/${applink}
-.endfor
-.for lang in cs da de el es fi fr hu it ja nl pl pt ru sv zh_CN.GB2312
- @${MKDIR} ${PREFIX}/share/doc/HTML/${lang}
-.endfor
-.for mimelnk in application audio image inode text video
- @${MKDIR} ${PREFIX}/share/mimelnk/${mimelnk}
-.endfor
- @${MKDIR} ${PREFIX}/share/icons/large
- @${MKDIR} ${PREFIX}/share/icons/mini
- @${MKDIR} ${PREFIX}/share/sounds
- @${MKDIR} ${PREFIX}/share/wallpapers
+MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" \
+PLIST_SUB+= LIBVER="${SOMAJOR}"
.include <bsd.port.mk>