freebsd-ports/textproc/libxml/Makefile

26 lines
525 B
Makefile
Raw Normal View History

# Created by: Yukihiro Nakai <Nakai@technologist.com>
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= libxml
2002-01-29 12:00:05 +01:00
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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
pre-patch:
2003-06-16 22:52:58 +02:00
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>