aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libparsifal/Makefile
blob: 24398c805723c602b1a74beb934885a8e0db4e07 (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
# ex:ts=8
# Ports collection makefile for:    libparsifal
# Date created:         Jan 6, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libparsifal
PORTVERSION=    0.7.3
CATEGORIES= textproc
MASTER_SITES=   http://www.saunalahti.fi/~samiuus/toni/xmlproc/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Lightweight XML Parser

USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

post-patch:
    @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|
||"

.include <bsd.port.mk>