summaryrefslogtreecommitdiff
path: root/textproc/libxml++26/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-10-10 17:58:00 +0000
commit47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch)
tree9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /textproc/libxml++26/Makefile
parenta7b4667654401c6cff9093ae6ebd74c74d6776ac (diff)
Diffstat (limited to 'textproc/libxml++26/Makefile')
-rw-r--r--textproc/libxml++26/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
deleted file mode 100644
index 0c9777e7a444..000000000000
--- a/textproc/libxml++26/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.13
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${REINPLACE_CMD} -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>