freebsd-ports/textproc/libxml/Makefile
Alexey Dokuchaev 9a35f32bf4 Spell XML correctly in COMMENT.
Approved by:	gnome (pav)
2005-09-29 21:51:09 +00:00

28 lines
603 B
Makefile

# New ports collection makefile for: libxml
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= libxml
PORTVERSION= 1.8.17
PORTREVISION= 3
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libxml/1.8
MAINTAINER= gnome@FreeBSD.org
COMMENT= XML parser library for GNOME
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_REINPLACE= yes
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
pre-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>