aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libparsifal/Makefile
blob: 9bb77ef675e9ca2e2f987cf1ee7633966e5af558 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# ex:ts=8
# Ports collection makefile for:    libparsifal
# Date created:         Jan 6, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

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

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

USE_ICONV=  yes
USE_REINPLACE=  yes
USE_AUTOTOOLS=  libtool:15
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes

PLIST_SUB=  VERSION=${PORTVERSION}

post-patch:
    @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|g' ${WRKSRC}/configure

post-install:
.ifndef(NOPORTDOCS)
    @${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
.for D in "" csrchtml pics
    @${MKDIR} ${DOCSDIR}/${D}
    ${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D}
.endfor
.endif

.include <bsd.port.mk>