summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-02 13:59:16 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-02 13:59:16 +0000
commit2d1fcec5239403a7bb0bbd825724c02b14cb74e5 (patch)
tree957db074c31fa30e84e67f21ec933140a42291ba /editors/koffice-kde4/Makefile
parentUpdate to 0.8.2. (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=72206
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r--editors/koffice-kde4/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile
index 72cd699d5388..246b244eacbd 100644
--- a/editors/koffice-kde4/Makefile
+++ b/editors/koffice-kde4/Makefile
@@ -1,3 +1,4 @@
+# -*-mode: makefile-*-
# New ports collection makefile for: koffice
# Date created: Sun May 14 2000 16:33:15
# Whom: Will Andrews <will@FreeBSD.org>
@@ -6,33 +7,29 @@
#
PORTNAME= koffice
-PORTVERSION= 1.2
+PORTVERSION= 1.2.1
PORTEPOCH= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/src
-DIST_SUBDIR= KDE
+DIST_SUBDIR= KDE/koffice
MAINTAINER= kde@FreeBSD.org
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
- automake:${PORTSDIR}/devel/automake
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2
-_NO_KDE_PATCHUP=yes
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_PYTHON= yes
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
+USE_KDELIBS_VER= 3
+PREFIX= ${KDE_PREFIX}
-CONFIGURE_ENV+= DO_NOT_COMPILE=kontour # KDE calls it "badly broken"
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-pre-configure:
- cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>