summaryrefslogtreecommitdiff
path: root/audio/tosha/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-31 17:35:14 +0000
committerminskim <minskim@pkgsrc.org>2004-05-31 17:35:14 +0000
commit7d02f7e8398d5da56c074dcca035cc973904f792 (patch)
tree27114e7d9849c3d7ef0bbdff2b6aecc74d0d6c66 /audio/tosha/Makefile
parent593196974a58f2c599c0242730491f3d09c7c321 (diff)
downloadpkgsrc-7d02f7e8398d5da56c074dcca035cc973904f792.tar.gz
Enable pkgviews installation. Based on Joachim Kuebart's patch in
PR pkg/25751. - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile. - Use buildlink3 framework and ossaudio.buildlink3.mk.
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r--audio/tosha/Makefile11
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"