freebsd-ports/textproc/libxml/Makefile
2013-10-15 12:12:07 +00:00

27 lines
567 B
Makefile

# Created by: Yukihiro Nakai <Nakai@technologist.com>
# $FreeBSD$
PORTNAME= libxml
PORTVERSION= 1.8.17
PORTREVISION= 5
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= XML parser library for GNOME
DEPRECATED= Last release in 2002, unsupported by developers
EXPIRATION_DATE= 2013-11-05
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
NO_STAGE= yes
pre-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>