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 context 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,12 +1,7 @@
-# $NetBSD: Makefile,v 1.141 2016/05/24 12:00:08 he Exp $
+# $NetBSD: Makefile,v 1.142 2016/05/27 23:51:10 pgoyette Exp $
 
-DISTNAME=	libxml2-2.9.4
-CATEGORIES=	textproc
-MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
-		http://xmlsoft.org/sources/
+.include "../../textproc/libxml2/Makefile.common"
 
-MAINTAINER=	pkgsrc-users@NetBSD.org
-HOMEPAGE=	http://xmlsoft.org/
 COMMENT=	XML parser library from the GNOME project
 LICENSE=	modified-bsd
 

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/