summaryrefslogtreecommitdiff
path: root/audio/cam/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-31 10:40:29 +0000
committerminskim <minskim@pkgsrc.org>2004-03-31 10:40:29 +0000
commit31c989a8ab41c153186bce6fa873f8c0790edcbc (patch)
treedc9849e5ec49647ddbdb8b0832f145c4f79f106e /audio/cam/Makefile
parentf94cf3eb960b4c249ae0875ddaf851487d8af7bb (diff)
downloadpkgsrc-31c989a8ab41c153186bce6fa873f8c0790edcbc.tar.gz
Use buildlink3 framework and enable pkgviews installation. Now curses
and ossaudio libraries are handled through their buildlink3.mk files.
Diffstat (limited to 'audio/cam/Makefile')
-rw-r--r--audio/cam/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index f6d943959bb..c8fb098c7c8 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/31 10:11:45 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/31 10:40:29 minskim Exp $
#
DISTNAME= cam-1.02
@@ -11,4 +11,13 @@ COMMENT= Cpu's Audio Mixer [curses based]
CONFLICTS+= feh<1.2.6nb3
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
+
+INSTALLATION_DIRS= bin man/man1
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"