mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
85a0e5f5b1
nanohttp.c, CAN-2004-0989] Obtained from: Debian Woody libxml source RPM Reported by: simon
29 lines
603 B
Makefile
29 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
|
|
PORTREVISION= 3
|
|
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
|
|
USE_REINPLACE= yes
|
|
USE_INC_LIBTOOL_VER=13
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-patch:
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
's|malloc\.h|stdlib.h|g'
|
|
|
|
.include <bsd.port.mk>
|