blob: 80d9936385af0aebc135ddcc77fe1b4c6e1543a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile.common,v 1.14 2021/05/23 19:31:47 nia Exp $
#
# used by textproc/libxml2/Makefile
# used by textproc/py-libxml2/Makefile
DISTNAME= libxml2-2.9.12
CATEGORIES= textproc
MASTER_SITES= http://xmlsoft.org/sources/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xmlsoft.org/
DISTINFO_FILE= ${.CURDIR}/../../textproc/libxml2/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/libxml2/patches
|