Fri May 27 23:51:10 2016 UTC ()
Introduce a Makefile.common so we can share it with textproc/py-libxml2


(pgoyette)
diff -r1.141 -r1.142 pkgsrc/textproc/libxml2/Makefile
diff -r0 -r1.1 pkgsrc/textproc/libxml2/Makefile.common

cvs diff -r1.141 -r1.142 pkgsrc/textproc/libxml2/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/libxml2/Makefile 2016/05/24 12:00:08 1.141
+++ pkgsrc/textproc/libxml2/Makefile 2016/05/27 23:51:10 1.142
@@ -1,22 +1,17 @@ @@ -1,22 +1,17 @@
1# $NetBSD: Makefile,v 1.141 2016/05/24 12:00:08 he Exp $ 1# $NetBSD: Makefile,v 1.142 2016/05/27 23:51:10 pgoyette Exp $
2 2
3DISTNAME= libxml2-2.9.4 3.include "../../textproc/libxml2/Makefile.common"
4CATEGORIES= textproc 
5MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ 
6 http://xmlsoft.org/sources/ 
7 4
8MAINTAINER= pkgsrc-users@NetBSD.org 
9HOMEPAGE= http://xmlsoft.org/ 
10COMMENT= XML parser library from the GNOME project 5COMMENT= XML parser library from the GNOME project
11LICENSE= modified-bsd 6LICENSE= modified-bsd
12 7
13USE_FEATURES= glob 8USE_FEATURES= glob
14USE_LIBTOOL= yes 9USE_LIBTOOL= yes
15USE_TOOLS+= gmake 10USE_TOOLS+= gmake
16GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --with-html-subdir=libxml2 12CONFIGURE_ARGS+= --with-html-subdir=libxml2
18CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv} 13CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
19CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} 14CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
20CONFIGURE_ARGS+= --with-lzma=${BUILDLINK_PREFIX.xz} 15CONFIGURE_ARGS+= --with-lzma=${BUILDLINK_PREFIX.xz}
21CONFIGURE_ARGS+= --without-python 16CONFIGURE_ARGS+= --without-python
22 17

File Added: pkgsrc/textproc/libxml2/Makefile.common
# $NetBSD: Makefile.common,v 1.1 2016/05/27 23:51:10 pgoyette Exp $

# Used by:
#	textproc/libxml2/Makefile
#	textproc/py-libxml2/Makefile

DISTNAME=	libxml2-2.9.4
CATEGORIES=	textproc
MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
		http://xmlsoft.org/sources/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://xmlsoft.org/