pkgsrc/audio/gmpc-lastfm/Makefile
marino a7fef3c7d0 audio/gmpc-lastfm: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
2011-11-22 16:18:25 +00:00

22 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/11/22 16:18:25 marino Exp $
#
DISTNAME= gmpc-last-fm-0.20.0
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gmpc.wikia.com/wiki/Last.fm
COMMENT= GMPC plugin for fetching cover and artist art from last.fm
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= intltool pkg-config msgfmt
.include "../../audio/gmpc/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"