f21585821b
library. Provided in PR pkg/13338 by Martti Kuparinen <martti.kuparinen@iki.fi>, thanks!
19 lines
506 B
Makefile
19 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/06/29 11:47:12 rh Exp $
|
|
|
|
DISTNAME= libxml2-2.3.12
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
COMMENT= Xml parser library for GNOME
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../devel/zlib/buildlink.mk"
|
|
.include "../../converters/libiconv/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|