fa5f3482ef
Add a patch from the official libxml CVS repository: 1.28 veillard "2001-04-18 11:10" - entities.h: andrew@ugh.net.au detected a double declaration
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.27 2003/04/25 03:09:08 martti Exp $
|
|
#
|
|
|
|
DISTNAME= libxml-1.8.17
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc devel lang gnome
|
|
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
|
|
${MASTER_SITE_GNOME:=sources/libxml/1.8/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
COMMENT= XML parser, mainly used by the GNOME project
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml.pc.in
|
|
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|