1999-01-31 19:06:21 +00:00
|
|
|
# New ports collection makefile for: libxml
|
|
|
|
# Date created: 28 September 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-10 13:48:53 +00:00
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-10-10 13:48:53 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= libxml
|
2002-01-29 11:00:05 +00:00
|
|
|
PORTVERSION= 1.8.17
|
2004-11-10 20:22:41 +00:00
|
|
|
PORTREVISION= 3
|
1999-08-22 03:40:41 +00:00
|
|
|
CATEGORIES= textproc gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 17:07:51 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/libxml/1.8
|
1998-10-10 13:48:53 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Xml parser library for GNOME
|
1998-10-10 13:48:53 +00:00
|
|
|
|
2000-10-10 17:14:48 +00:00
|
|
|
USE_GMAKE= yes
|
2003-06-16 20:52:58 +00:00
|
|
|
USE_GNOME= pkgconfig
|
2002-07-11 15:31:46 +00:00
|
|
|
USE_REINPLACE= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1998-10-10 13:48:53 +00:00
|
|
|
|
2002-02-13 04:57:17 +00:00
|
|
|
pre-patch:
|
2003-06-16 20:52:58 +00:00
|
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-02-13 04:57:17 +00:00
|
|
|
's|malloc\.h|stdlib.h|g'
|
|
|
|
|
1998-10-10 13:48:53 +00:00
|
|
|
.include <bsd.port.mk>
|