freebsd-ports/textproc/libxml++/Makefile

35 lines
723 B
Makefile
Raw Normal View History

2001-02-25 19:49:50 +01: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-05-27 04:23:32 +02:00
PORTVERSION= 1.0.4
2001-02-25 19:49:50 +01:00
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
2001-02-25 19:49:50 +01:00
MAINTAINER= bland@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= XML API for C++
2001-02-25 19:49:50 +01:00
USE_GNOME= gnomehack lthack gnometarget libxml2 pkgconfig
USE_INC_LIBTOOL_VER=13
USE_REINPLACE= yes
2001-02-25 19:49:50 +01:00
INSTALLS_SHLIB= yes
2003-11-12 06:26:05 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
post-patch:
@${FIND} ${WRKSRC}/libxml++ -name *.h \
2004-02-19 16:06:53 +01:00
| ${XARGS} ${REINPLACE_CMD} \
-e 's|<istream>|<iostream>|' \
-e 's|<ostream>|<iostream>|'
2003-11-12 06:26:05 +01:00
.endif
.include <bsd.port.post.mk>