[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / aumix

File: [cvs.NetBSD.org] / pkgsrc / audio / aumix / Makefile.common (download)

Revision 1.11, Thu Jan 19 18:52:02 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.10: +4 -4 lines

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

# $NetBSD: Makefile.common,v 1.11 2017/01/19 18:52:02 agc Exp $
# used by audio/aumix/Makefile
# used by audio/aumix-gtk/Makefile

DISTNAME=	aumix-2.9.1
PKGREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=aumix/}
MASTER_SITES+=	http://jpj.net/~trevor/aumix/
MASTER_SITES+=	${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

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-gtk

LIBS.SunOS+=		-lintl

REPLACE_SH+=		src/mute src/xaumix

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"