1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/libparsifal/Makefile
Dmitry Marakasov 4e0aa0ed99 - Update to 1.1.0
- Take maintainership

PR:		130004
Submitted by:	Yi-Jheng Lin <yzlin at cs dot nctu dot edu dot tw>
2008-12-30 02:27:52 +00:00

36 lines
766 B
Makefile

# ex:ts=8
# Ports collection makefile for: libparsifal
# Date created: Jan 6, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libparsifal
PORTVERSION= 1.1.0
CATEGORIES= textproc
MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/
MAINTAINER= yzlin@cs.nctu.edu.tw
COMMENT= Lightweight XML Parser
USE_AUTOTOOLS= libtool:15
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= 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}"
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>