12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # $OpenBSD: Makefile,v 1.13 2016/11/04 11:35:20 sthen Exp $
- COMMENT = light RDF manipulation with LADSPA plugin support
- DISTNAME = LRDF-0.5.0
- PKGNAME = lib${DISTNAME:L}
- REVISION = 5
- CATEGORIES = textproc
- SHARED_LIBS = lrdf 1.0 # 0.0
- HOMEPAGE = https://github.com/swh/LRDF/
- # GPLv2
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB += crypto curl lzma m nghttp2 pthread raptor2 ssl xml2 xslt yajl
- WANTLIB += z
- MASTER_SITES = https://spacehopper.org/mirrors/
- MODULES = devel/gettext
- BUILD_DEPENDS = audio/ladspa \
- devel/libtool \
- ${MODGNU_AUTOCONF_DEPENDS} \
- ${MODGNU_AUTOMAKE_DEPENDS}
- LIB_DEPENDS = devel/libyajl \
- textproc/raptor
- AUTOCONF_VERSION = 2.69
- AUTOMAKE_VERSION = 1.11
- CONFIGURE_STYLE = gnu
- CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
- TEST_DEPENDS = audio/swh-plugins
- post-patch:
- @cd ${WRKBUILD} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
- AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
- .include <bsd.port.mk>
|