pkgsrc/audio/alsa-utils/Makefile
obache 5c43ad4c70 Exactly disable NLS support, should fix PR#43202.
No exactly depend on gettext-lib, no message catalogue installation,
so no functional changes.
2010-04-24 04:58:43 +00:00

28 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/04/24 04:58:43 obache Exp $
#
DISTNAME= alsa-utils-1.0.22
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.alsa-project.org/pub/utils/
COMMENT= Advanced Linux Sound Architecture (ALSA) utilities
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS= pkg-config gmake bash:run
USE_PKGLOCALEDIR= yes
USE_NCURSES= yes
REPLACE_BASH= alsaconf/alsaconf.in
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
CONFIGURE_ARGS+= --disable-nls
.include "../../audio/alsa-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"