openbsd-ports/x11/gnome/yelp-xsl/Makefile

27 lines
485 B
Makefile
Raw Normal View History

2012-10-15 11:24:38 -04:00
# $OpenBSD: Makefile,v 1.14 2012/10/15 15:24:38 ajacoutot Exp $
2012-09-27 07:03:28 -04:00
PKG_ARCH= *
COMMENT= XSLT stylesheets for yelp
GNOME_PROJECT= yelp-xsl
2012-10-15 11:24:38 -04:00
GNOME_VERSION= 3.6.1
2012-03-30 10:09:59 -04:00
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
2011-09-27 03:23:25 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS} \
2012-09-27 07:03:28 -04:00
textproc/itstool>=1.2.0
RUN_DEPENDS= devel/gettext \
textproc/libxslt
.include <bsd.port.mk>