diff options
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> |