freebsd-ports/textproc/libxml/Makefile
Ade Lovett 1d25b2294b Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h
references to stdlib.h

PR:		34652
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 04:57:17 +00:00

27 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
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
pre-patch:
@find {WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>