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
|
2004-01-22 22:44:10 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
2001-02-25 13:49:50 -05:00
|
|
|
|
2003-09-24 23:52:46 -04: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
|
|
|
|
2004-01-22 22:44:10 -05:00
|
|
|
USE_GNOME= gnomehack lthack gnometarget libxml2 pkgconfig
|
2004-03-14 01:17:56 -05:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-11-17 07:03:17 -05:00
|
|
|
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>
|