# ex:ts=8 # Ports collection makefile for: libparsifal # Date created: Jan 6, 2004 # Whom: ijliao # # $FreeBSD: ports/textproc/libparsifal/Makefile,v 1.18 2007/02/01 02:41:58 kris Exp $ # PORTNAME= libparsifal PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XML Parser USE_AUTOTOOLS= libtool:15 USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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}" .for D in "" csrchtml pics @${MKDIR} ${DOCSDIR}/${D} ${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D} .endfor .endif .include