diff options
Diffstat (limited to 'audio/knapster/Makefile')
-rw-r--r-- | audio/knapster/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/knapster/Makefile b/audio/knapster/Makefile new file mode 100644 index 000000000000..51fc8edf45b3 --- /dev/null +++ b/audio/knapster/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: knapster +# Version required: 0.2 +# Date created: 06 January 2000 +# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= knapster-0.2 +CATEGORIES= audio kde +MASTER_SITES= http://www.chariot.net.au/~donoghue/ + +MAINTAINER= jedgar@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf:${PORTSDIR}/devel/autoconf +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 +RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_QT= yes + +.include <bsd.port.mk> |