pkgsrc/audio/bmp-pulse/Makefile
wiz c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00

24 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.21 2013/06/03 10:04:32 wiz Exp $
#
DISTNAME= xmms-pulse-0.9.4
PKGNAME= ${DISTNAME:S/xmms/bmp/}
PKGREVISION= 18
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/
COMMENT= BMP output plugin for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
CONFIGURE_ARGS+= --enable-bmp
CONFIGURE_ARGS+= --disable-xmms
CONFIGURE_ARGS+= --disable-lynx
.include "../../audio/bmp/buildlink3.mk"
.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"