freebsd-ports/textproc/libxml/Makefile
Koop Mast b032621fc1 Mark textproc/libxml and print/freetype deprecated.
Last releases in 2002 and 2000, and unsupported by upstream.

Feature safe:	yes
2012-12-05 12:52:33 +00:00

30 lines
629 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= 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
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
pre-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>