openbsd-ports/x11/gnome/yelp-xsl/Makefile
2013-03-29 10:04:06 +00:00

24 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.16 2013/03/29 10:04:06 ajacoutot Exp $
PKG_ARCH= *
COMMENT= XSLT stylesheets for yelp
GNOME_PROJECT= yelp-xsl
GNOME_VERSION= 3.8.0
HOMEPAGE= https://projects.gnome.org/yelp/
# GPLv2 - LGPLv2.1 - MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
textproc/itstool
RUN_DEPENDS= devel/gettext \
textproc/libxslt
.include <bsd.port.mk>