diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-15 16:16:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-15 16:16:32 +0000 |
commit | 1aced58dae2e4b271f74d726a0e8f0edcc323838 (patch) | |
tree | aa290e0641e0448ee8919195bad0a9b5bf828e59 /math/kcalc/Makefile | |
parent | 26687091c458f586e024178035ef42cf319d663d (diff) | |
download | ports-1aced58dae2e4b271f74d726a0e8f0edcc323838.tar.gz ports-1aced58dae2e4b271f74d726a0e8f0edcc323838.zip |
Notes
Diffstat (limited to 'math/kcalc/Makefile')
-rw-r--r-- | math/kcalc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index afe2b84b5758..927429579915 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: kdeutils2 +# New ports collection makefile for: kdeutils3 # Date created: 3 November 2001 # Whom: will@cvs.kde.org # @@ -6,23 +6,23 @@ # PORTNAME= kdeutils -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}/kdeutils USE_KDELIBS_VER=3 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= efax.1 efix.1 fax.1 +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + #klaptop doesn't like alpha because alpha doesn't support apm .if ${MACHINE_ARCH} == "alpha" post-extract: |