pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mixer.app - Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db7d0f2b87fd
branches:  trunk
changeset: 474684:db7d0f2b87fd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 03 23:12:27 2004 +0000

description:
- Enable pkgviews installation.
- Use C++ compiler.

diffstat:

 audio/mixer.app/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 372510048148 -r db7d0f2b87fd audio/mixer.app/Makefile
--- a/audio/mixer.app/Makefile  Mon May 03 23:10:04 2004 +0000
+++ b/audio/mixer.app/Makefile  Mon May 03 23:12:27 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index