diff options
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r-- | misc/kdeedu4/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index fd6fa6337d42..9380955247e8 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: kdebase2 +# New ports collection makefile for: kdeedu3 # Date created: 2 November 2001 # Whom: will@cvs.kde.org # @@ -6,21 +6,21 @@ # PORTNAME= kdeedu -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES?= misc kde -MASTER_SITES= http://www.csociety.org/~will/kde/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -#WRKSRC= ${WRKDIR}/kdeedu USE_KDELIBS_VER=3 USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + .include <bsd.port.mk> |