blob: 6903795fc345f091d6de24ffc8614905b1c5d1d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.44 2014/10/09 14:07:02 wiz Exp $
DISTNAME= libxml-1.8.17
PKGREVISION= 4
CATEGORIES= textproc devel lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xmlsoft.org/
COMMENT= XML parser (version 1), mainly used by the GNOME project
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= libxml.pc.in
# Making all in doc
# bmake: bmake: don't know how to make libxml/tree.h. Stop
MAKE_JOBS_SAFE= no
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|