openbsd-ports/x11/gnome/yelp-tools/Makefile
2012-03-29 06:37:24 +00:00

24 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/03/29 06:37:24 ajacoutot Exp $
PKG_ARCH= *
COMMENT= utilities to manage documentation for Yelp and the web
GNOME_PROJECT= yelp-tools
GNOME_VERSION= 3.4.0
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/itstool \
textproc/libxslt \
x11/gnome/yelp-xsl
.include <bsd.port.mk>