pkgsrc/audio/libxspf/Makefile
rillig a02ce26178 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:29:55 +00:00

33 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:01 rillig Exp $
DISTNAME= libxspf-1.2.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libspiff/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://libspiff.sourceforge.net/
COMMENT= XML Shareable Playlist Format (XSPF) library
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= xspf.pc.in
CONFIGURE_ARGS+= --with-expat=${BUILDLINK_PREFIX.expat:Q}
#CONFIGURE_ARGS+= --with-uriparser=${BUILDLINK_PREFIX.uriparser:Q}
CONFIGURE_ARGS+= --disable-test
#TEST_TARGET= check
BUILDLINK_ABI_DEPENDS.expat+= expat>=2.0.0nb1
BUILDLINK_API_DEPENDS.uriparser+= uriparser>=0.7.5
.include "../../textproc/expat/buildlink3.mk"
.include "../../textproc/uriparser/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"