1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/libxml++/Makefile
Foxfair Hu 6969414b2a PR: 52475
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
Reviewed by:	Kirill Ponomarew <ponomarew@oberon.net>
Update libxml++: 0.22 -> 0.23
2003-05-22 03:53:06 +00:00

29 lines
625 B
Makefile

# ex:ts=8
# New ports collection makefile for: libxml++
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libxml++
PORTVERSION= 0.23.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= XML API for C++
USE_GNOME= gnomehack libxml2
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e \
's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
.include <bsd.port.mk>