diff options
author | minskim <minskim> | 2004-03-31 10:40:29 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-31 10:40:29 +0000 |
commit | 85914b77643bc7cefe2e2f832e40d7c0a6fe884d (patch) | |
tree | dc9849e5ec49647ddbdb8b0832f145c4f79f106e /audio/cam/Makefile | |
parent | 6f2d03ce89a4ce1dbf1b294cf5439f2c3e4784c0 (diff) | |
download | pkgsrc-85914b77643bc7cefe2e2f832e40d7c0a6fe884d.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/Makefile | 11 |
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" |