From 54b00fa1b3e2dabcecea996ef52415f7d11cc342 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 19 May 2000 23:50:15 +0000 Subject: Update to 0.6.0. I added SourceForge's FTP site in addition to its HTTP site in case people have problems. --- devel/cervisia/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'devel/cervisia/Makefile') 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 -- cgit v1.2.3