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