pkgsrc/audio/libmpd/Makefile
agc 30b55df38e 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.
2017-01-19 18:52:01 +00:00

21 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.18 2017/01/19 18:52:02 agc Exp $
#
DISTNAME= libmpd-11.8.17
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=musicpd/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gmpc.wikia.com/?title=Libmpd
COMMENT= Library to access mpd (musicpd)
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= libmpd.pc.in
USE_TOOLS+= pkg-config
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"