36 lines
799 B
Makefile
36 lines
799 B
Makefile
|
# New ports collection makefile for: libxspf
|
||
|
# Date Created: 7 March 2009
|
||
|
# Whom: Ed Schouten <ed@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libxspf
|
||
|
PORTVERSION= 1.2.0
|
||
|
CATEGORIES= multimedia
|
||
|
MASTER_SITES= SF
|
||
|
MASTER_SITE_SUBDIR=libspiff
|
||
|
|
||
|
MAINTAINER= ed@FreeBSD.org
|
||
|
COMMENT= An XSPF parsing library
|
||
|
|
||
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||
|
|
||
|
# We need 0.7.5, which uses pkg-config
|
||
|
BUILD_DEPENDS= uriparser>=0.7.5:${PORTSDIR}/net/uriparser
|
||
|
RUN_DEPENDS= uriparser>=0.7.5:${PORTSDIR}/net/uriparser
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test
|
||
|
|
||
|
USE_BZIP2= yes
|
||
|
USE_GNOME= pkgconfig
|
||
|
USE_AUTOTOOLS= libtool:15
|
||
|
USE_LDCONFIG= yes
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
|
||
|
${WRKSRC}/Makefile.in
|
||
|
|
||
|
.include <bsd.port.mk>
|