22 lines
612 B
Makefile
22 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/07/30 22:47:56 wiz Exp $
|
|
|
|
DISTNAME= yelp-xsl-3.20.1
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://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
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|