diff options
Diffstat (limited to 'www/kdewebdev4/Makefile')
-rw-r--r-- | www/kdewebdev4/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile new file mode 100644 index 000000000000..c7d373b4ccd2 --- /dev/null +++ b/www/kdewebdev4/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Quanta+ +# Date created: 19 May 2000 +# Whom: Will Andrews <will@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= quanta +PORTVERSION= 1.0.2 +CATEGORIES= www kde +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/quanta/ \ + http://download.sourceforge.net/quanta/ + +MAINTAINER= will@FreeBSD.org + +LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11/ + +USE_BZIP2= yes +USE_QT= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +USE_GMAKE= yes + +.include <bsd.port.mk> |