aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxml/Makefile
blob: 8cbfae9487c4183cb8aa36c7cc356c8fab5bca54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=   4
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
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

pre-patch:
    @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
        's|malloc\.h|stdlib.h|g'

.include <bsd.port.mk>