diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-26 18:56:43 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-26 18:56:43 +0000 |
commit | a2e2b52f215bda6172940b18a9d129596871c032 (patch) | |
tree | 19068ec6bf3f23f5e7a4bb229d26cd3d7a4e061d /devel/cervisia/Makefile | |
parent | 24293e1b8175a9115b630266ffe18cd6e766ee50 (diff) | |
download | ports-a2e2b52f215bda6172940b18a9d129596871c032.tar.gz ports-a2e2b52f215bda6172940b18a9d129596871c032.zip |
Update port to 0.5.0
PR: 17002
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26303
Diffstat (limited to 'devel/cervisia/Makefile')
-rw-r--r-- | devel/cervisia/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 661594c00f88..ff2739dba625 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -1,13 +1,13 @@ # New ports collection Makefile for: cervisia -# Version required: 0.2.1 +# Version required: 0.5.0 # Date created: 17 Nov 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ -DISTNAME= cervisia-0.2.1 +DISTNAME= cervisia-0.5.0 CATEGORIES= devel -MASTER_SITES= ftp://ftp.kde.org/pub/kde/unstable/apps/utils/ +MASTER_SITES= http://download.sourceforge.net/cervisia/ MAINTAINER= andrews@technologist.com @@ -15,12 +15,10 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 USE_QT= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-extra-includes="${LOCALBASE}/include" \ +CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \ --with-extra-libraries="${LOCALBASE}/lib" -CONFIGURE_ENV= prefix="${PREFIX}" KDEDIR="${LOCALBASE}" - +CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" MAN1= cervisia.1 .include <bsd.port.mk> |