mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
28 lines
486 B
Makefile
28 lines
486 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libxspf
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/libspiff/Sources/${PORTVERSION}
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= XSPF parsing library
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
|
LIB_DEPENDS= liburiparser.so:net/liburiparser
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test
|
|
|
|
USES= tar:bzip2 gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
LIBS+= -L${LOCALBASE}/lib -luriparser
|
|
|
|
post-patch:
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|