summaryrefslogtreecommitdiff
path: root/www/kdewebdev4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/kdewebdev4/Makefile')
-rw-r--r--www/kdewebdev4/Makefile61
1 files changed, 13 insertions, 48 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile
index 798ddf50d99a..75f7adbe3c7b 100644
--- a/www/kdewebdev4/Makefile
+++ b/www/kdewebdev4/Makefile
@@ -5,64 +5,29 @@
# $FreeBSD$
#
-# NOTE: This is the official release version of quanta which will be
-# included in kde-3.1. Yay!
-
PORTNAME= quanta
-PORTVERSION= 3.0
-PORTREVISION= 4
+PORTVERSION= 3.1
+PORTREVISION= 1
PORTEPOCH= 2 # dammit! I hate this kludge.
CATEGORIES= www kde
-
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DIST_SUBDIR= ${PORTNAME}
-
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- css.tar.bz2 \
- html.tar.bz2 \
- javascript.tar.bz2 \
- php.tar.bz2
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
+DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
-BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext \
- autoconf:${PORTSDIR}/devel/autoconf \
- automake:${PORTSDIR}/devel/automake
-
-ACLOCAL= aclocal
-AUTOCONF= autoconf
-AUTOHEADER= autoheader
-AUTOMAKE= automake
+BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=3
-USE_XPM= yes
+PREFIX= ${KDE_PREFIX}
+
USE_BZIP2= yes
+USE_XPM= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
+
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
--disable-closure --enable-threads --disable-debug
-USE_GMAKE= yes
-
-DOCS= css html javascript php
-
-KDOCSDIR= share/doc/HTML/en
-QDOCSDIR= share/apps/quanta/doc
-PLIST_SUB+= KDOCSDIR=${KDOCSDIR} QDOCSDIR=${QDOCSDIR}
-
-.include <bsd.port.pre.mk>
-
-pre-configure:
- cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs
-
-post-install:
- ${MKDIR} ${PREFIX}/${QDOCSDIR}
-.for doc in ${DOCS}
- cd ${WRKDIR}/${doc}; ${CP} -R ${doc} ${doc}.docrc ${PREFIX}/${QDOCSDIR}
-.endfor # doc in ${DOCS}
- ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/${QDOCSDIR}
- ${FIND} ${PREFIX}/${QDOCSDIR}|sort|xargs ${CHMOD} ${DOCMODE}
- ${FIND} ${PREFIX}/${QDOCSDIR} -type d|sort|xargs ${CHMOD} ugo+x
- if ${TEST} -f ${PKGMESSAGE}; then ${CAT} ${PKGMESSAGE}; fi
-.include <bsd.port.post.mk>
+.include <${.CURDIR}/../../x11/kde3/Makefile.kde>
+.include <bsd.port.mk>