26 lines
502 B
Makefile
26 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/09/27 11:03:46 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= utilities to manage documentation for Yelp and the web
|
|
|
|
GNOME_PROJECT= yelp-tools
|
|
GNOME_VERSION= 3.6.0
|
|
|
|
HOMEPAGE= https://projects.gnome.org/yelp/
|
|
|
|
# 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>=3.6.0
|
|
|
|
.include <bsd.port.mk>
|