summaryrefslogtreecommitdiff
path: root/audio/aumix/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-10-22 18:30:42 +0000
committerjmmv <jmmv>2004-10-22 18:30:42 +0000
commitb112dac76c96da9870af4bd436dd3202047d2622 (patch)
treeb24eed62b57c133a0563a256f8b0d9b409fe35be /audio/aumix/Makefile.common
parent8da8b217167d40abfb4ee9e307c14c15f64351b5 (diff)
downloadpkgsrc-b112dac76c96da9870af4bd436dd3202047d2622.tar.gz
Split aumix into two different packages:
- aumix 2.8nb6, which only provides ncurses support. Note that its revision is bumped to note the differences from the previous package. - aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here, add a missing build dependency on pkgconfig. The descriptions have also been rewritten to note the differences. Addresses PR pkg/27340.
Diffstat (limited to 'audio/aumix/Makefile.common')
-rw-r--r--audio/aumix/Makefile.common32
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/aumix/Makefile.common b/audio/aumix/Makefile.common
new file mode 100644
index 00000000000..124d98e4f55
--- /dev/null
+++ b/audio/aumix/Makefile.common
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile.common,v 1.1 2004/10/22 18:30:43 jmmv Exp $
+
+DISTNAME= aumix-2.8
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
+ http://jpj.net/~trevor/aumix/ \
+ ${MASTER_SITE_SUNSITE:=apps/sound/mixers/} \
+ ftp://aumix.sourceforge.net/pub/aumix/stable/ \
+ http://jpj.net/~trevor/aumix/old/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= trevor@jpj.net
+HOMEPAGE= http://jpj.net/~trevor/aumix.html
+COMMENT= Set mix levels
+
+BUILD_USES_MSGFMT= yes
+
+DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo
+PATCHDIR= ${.CURDIR}/../../audio/aumix/patches
+PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --enable-own-labels
+CONFIGURE_ARGS+= --enable-nls
+CONFIGURE_ARGS+= --without-gtk1
+CONFIGURE_ARGS+= --without-gtk
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"