freebsd-ports/textproc/libxml++/Makefile

35 lines
719 B
Makefile
Raw Normal View History

2001-02-25 13:49:50 -05:00
# ex:ts=8
# New ports collection makefile for: libxml++
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libxml++
2004-02-19 10:06:53 -05:00
PORTVERSION= 1.0.2
2001-02-25 13:49:50 -05:00
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
2001-02-25 13:49:50 -05:00
MAINTAINER= bland@FreeBSD.org
2003-02-20 14:21:36 -05:00
COMMENT= XML API for C++
2001-02-25 13:49:50 -05:00
USE_GNOME= gnomehack lthack gnometarget libxml2 pkgconfig
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
2001-02-25 13:49:50 -05:00
INSTALLS_SHLIB= yes
2003-11-12 00:26:05 -05:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
post-patch:
@${FIND} ${WRKSRC}/libxml++ -name *.h \
2004-02-19 10:06:53 -05:00
| ${XARGS} ${REINPLACE_CMD} \
-e 's|<istream>|<iostream>|' \
-e 's|<ostream>|<iostream>|'
2003-11-12 00:26:05 -05:00
.endif
.include <bsd.port.post.mk>