diff options
author | agc <agc> | 2000-11-17 13:09:54 +0000 |
---|---|---|
committer | agc <agc> | 2000-11-17 13:09:54 +0000 |
commit | b607959a6640b00377d3196ee74232f8757aa691 (patch) | |
tree | fda8f7fc28aaa66538a9498689433cad8b7a431c /audio/krio/Makefile | |
parent | 8189bdce5ce6598e86f3b8f4e3202b3f0921fab7 (diff) | |
download | pkgsrc-b607959a6640b00377d3196ee74232f8757aa691.tar.gz |
Initial import of krio, a kde front-end for managing the Rio PMP300 mp3 player,
into the NetBSD packages collection. It only really needs kdelibs, not the
full kde environment, and is a decent graphical frontend for the Rio MP300.
Diffstat (limited to 'audio/krio/Makefile')
-rw-r--r-- | audio/krio/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/krio/Makefile b/audio/krio/Makefile new file mode 100644 index 00000000000..198acf02208 --- /dev/null +++ b/audio/krio/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/17 13:09:54 agc Exp $ +# + +DISTNAME= Krio-19990721 +PKGNAME= krio-19990721 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.13th-floor.org/pub/krio/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://kyle.13th-floor.org/2.0/krio + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +USE_X11= yes + +RIODIR= ${PKGSRCDIR}/audio/rio/${WRKDIR:T}/rio107 + +BUILD_DEPENDS+= ${RIODIR}/rio.cpp:../../audio/rio:configure + +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs +DEPENDS+= png-*:../../graphics/png +DEPENDS+= qt1-1.44:../../x11/qt1 +DEPENDS+= tiff-*:../../graphics/tiff + +WRKSRC= ${WRKDIR}/Krio + +EVAL_PREFIX= QT1DIR=qt1 KDEDIR=kdelibs +MAKE_ENV+= QT1DIR=${QT1DIR} KDEDIR=${KDEDIR} +MAKE_ENV+= RIODIR=${RIODIR} X11PREFIX=${X11PREFIX} + +.include "../../mk/bsd.pkg.mk" |