pkgsrc/textproc/yelp-xsl/Makefile
prlw1 96f6757701 Update yelp-xsl to 3.6.1
* Added support for depth attribute on section links
* Improved various bits of the build process (Colin Walters)
* Corrected jQuery.Syntax license info (Steve Magoun)
* Updated translations
2012-10-29 12:43:21 +00:00

24 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/29 12:43:21 prlw1 Exp $
#
DISTNAME= yelp-xsl-3.6.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/3.6/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://www.gnome.org/
COMMENT= XSL stylesheets for Yelp help browser
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config intltool msgfmt
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
DEPENDS+= libxml2>=2.6.12:../../textproc/libxml2
DEPENDS+= libxslt>=1.1.8:../../textproc/libxslt
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"