pkgsrc/audio/aumix/Makefile.common

34 lines
914 B
Text
Raw Normal View History

2011-04-17 10:51:22 +02:00
# $NetBSD: Makefile.common,v 1.6 2011/04/17 08:51:22 obache Exp $
# used by audio/aumix/Makefile
# used by audio/aumix-gtk/Makefile
DISTNAME= aumix-2.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aumix/} \
http://jpj.net/~trevor/aumix/ \
${MASTER_SITE_SUNSITE:=apps/sound/mixers/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= trevor@jpj.net
HOMEPAGE= http://jpj.net/~trevor/aumix.html
COMMENT= Set mix levels
LICENSE= gnu-gpl-v2
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
DISTINFO_FILE= ${.CURDIR}/../../audio/aumix/distinfo
PATCHDIR= ${.CURDIR}/../../audio/aumix/patches
PLIST_SRC= ${.CURDIR}/../../audio/aumix/PLIST
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
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"