diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-19 23:50:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-19 23:50:15 +0000 |
commit | 54b00fa1b3e2dabcecea996ef52415f7d11cc342 (patch) | |
tree | a3a94715fd769c4fc6f74ca5d9b2286d1345f102 /devel/cervisia/Makefile | |
parent | Update to 1.6.0. (diff) |
Update to 0.6.0. I added SourceForge's FTP site in addition to its
HTTP site in case people have problems.
Diffstat (limited to 'devel/cervisia/Makefile')
-rw-r--r-- | devel/cervisia/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 2daa4688e17d..7b8afc967cd8 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -5,20 +5,22 @@ # $FreeBSD$ PORTNAME= cervisia -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= devel -MASTER_SITES= http://download.sourceforge.net/cervisia/ +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/cervisia/ \ + http://download.sourceforge.net/cervisia/ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 +MAN1= cervisia.1 USE_QT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-extra-includes="${LOCALBASE}/include" \ --with-extra-libraries="${LOCALBASE}/lib" CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" -MAN1= cervisia.1 +USE_GMAKE= yes .include <bsd.port.mk> |