diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-03 23:12:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-03 23:12:27 +0000 |
commit | 7de8191bbb17d5ca4425470192dbb9bcc6d7aa79 (patch) | |
tree | 409d237e87000d30a1bd69b7e2dd203b31e3cfef /audio/mixer.app | |
parent | 3741492be0ae393e5f6cfa3889b34392e79a7057 (diff) | |
download | pkgsrc-7de8191bbb17d5ca4425470192dbb9bcc6d7aa79.tar.gz |
- Enable pkgviews installation.
- Use C++ compiler.
Diffstat (limited to 'audio/mixer.app')
-rw-r--r-- | audio/mixer.app/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index 218cf4e47ef..a7d3a7f1cb4 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/11 17:26:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/03 23:12:27 minskim Exp $ # DISTNAME= Mixer.app-1.8.0 @@ -11,9 +11,14 @@ MAINTAINER= ptiJo@noos.fr HOMEPAGE= http://www.fukt.bth.se/~per/mixer/ COMMENT= Another mixer intended for the windowmaker dockapp +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES +USE_LANGUAGES= c++ USE_X11= YES +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Mixer.app |