aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libspiff/Makefile
blob: 3f1fd375961e49092adc6ed91081ef3d043c5ef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    libspiff
# Date Created:             19 Mar 2007
# Whom:                 Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#

PORTNAME=   libspiff
PORTVERSION=    1.0.0
CATEGORIES= multimedia
MASTER_SITES=   SF

MAINTAINER= ed@FreeBSD.org
COMMENT=    An XSPF parsing library

LIB_DEPENDS=    expat.6:${PORTSDIR}/textproc/expat2 \
        uriparser.1:${PORTSDIR}/net/uriparser

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--with-expat=${LOCALBASE}

USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes

.include <bsd.port.mk>