diff options
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 964f2fc0509..1ff6b1f406f 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 13:30:50 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/31 17:35:14 minskim Exp $ # FreeBSD Id: Makefile,v 1.2 1997/05/25 08:58:43 andreas Exp # @@ -10,6 +10,13 @@ MAINTAINER= oliver.fromme@heim3.tu-clausthal.de HOMEPAGE= http://www.heim3.tu-clausthal.de/~olli/tosha/ COMMENT= Read CD digital audio data through the SCSI bus -DEPENDS+= libscsi>=1.6:../../devel/libscsi +PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_BUILDLINK3= yes +CPPFLAGS+= -DDEVOSSAUDIO=\\\"${DEVOSSAUDIO}\\\" + +INSTALLATION_DIRS= bin/man/man1 + +.include "../../devel/libscsi/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |