openbsd-ports/x11/gnome/yelp-xsl/Makefile
2012-03-30 14:09:59 +00:00

26 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/03/30 14:09:59 ajacoutot Exp $
COMMENT= XSLT stylesheets for yelp
GNOME_PROJECT= yelp-xsl
GNOME_VERSION= 3.4.0
REVISION= 0
HOMEPAGE= https://projects.gnome.org/yelp/
# GPLv2 - LGPLv2.1 - MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
textproc/itstool
RUN_DEPENDS= devel/gettext \
textproc/libxslt
.include <bsd.port.mk>