summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorpgoyette <pgoyette@pkgsrc.org>2016-05-27 23:51:10 +0000
committerpgoyette <pgoyette@pkgsrc.org>2016-05-27 23:51:10 +0000
commit1aa50cd3ac9d5867eaaa93d3639db8a79208accf (patch)
tree8c77613ebcd12117b00705fdb950ecdc57baf13c /textproc/libxml2
parent2351a86501e9e2c8a6d7ea6ac797582b5c2d1afd (diff)
downloadpkgsrc-1aa50cd3ac9d5867eaaa93d3639db8a79208accf.tar.gz
Introduce a Makefile.common so we can share it with textproc/py-libxml2
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile9
-rw-r--r--textproc/libxml2/Makefile.common13
2 files changed, 15 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 002fcb6511e..c6b0cfbd3db 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -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
diff --git a/textproc/libxml2/Makefile.common b/textproc/libxml2/Makefile.common
new file mode 100644
index 00000000000..abefbb584ba
--- /dev/null
+++ b/textproc/libxml2/Makefile.common
@@ -0,0 +1,13 @@
+# $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/