2013-08-17 18:32:41 +02:00
|
|
|
# Created by: ijliao
|
2004-01-06 07:46:09 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libparsifal
|
2008-12-30 03:27:52 +01:00
|
|
|
PORTVERSION= 1.1.0
|
2004-01-06 07:46:09 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/
|
|
|
|
|
2013-08-17 18:32:41 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-06 07:46:09 +01:00
|
|
|
COMMENT= Lightweight XML Parser
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-04-27 20:25:24 +02:00
|
|
|
USES= iconv
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-01-06 07:46:09 +01:00
|
|
|
|
2004-03-01 17:13:51 +01:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2004-01-06 07:46:09 +01:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2004-11-18 21:43:57 +01:00
|
|
|
post-patch:
|
2005-11-07 01:14:09 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|g' ${WRKSRC}/configure
|
2004-11-18 21:43:57 +01:00
|
|
|
|
2005-05-29 16:25:51 +02:00
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
2008-12-30 03:27:52 +01:00
|
|
|
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR})
|
2005-05-29 16:25:51 +02:00
|
|
|
.endif
|
|
|
|
|
2005-09-01 00:44:34 +02:00
|
|
|
.include <bsd.port.mk>
|