30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
20 lines
636 B
Text
20 lines
636 B
Text
# $NetBSD: Makefile.common,v 1.2 2017/01/19 18:52:27 agc Exp $
|
|
#
|
|
# used by textproc/libxslt/Makefile
|
|
# used by textproc/py-libxslt/Makefile
|
|
|
|
DISTNAME= libxslt-1.1.29
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://xmlsoft.org/libxslt/
|
|
MASTER_SITES+= http://xmlsoft.org/sources/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
|
COMMENT= XSLT parser library from the GNOME project
|
|
LICENSE= mit # with advertisement clause
|
|
|
|
PATCHDIR= ${.CURDIR}/../../textproc/libxslt/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/libxslt/distinfo
|
|
|
|
post-extract:
|
|
cp ${WRKSRC}/libxslt/libxslt.syms ${WRKSRC}/libxslt/libxslt_solaris.syms
|