23 lines
413 B
Makefile
23 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:46:12 espie Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= utilities to manage documentation for Yelp and the web
|
|
|
|
GNOME_PROJECT= yelp-tools
|
|
GNOME_VERSION= 3.6.1
|
|
|
|
HOMEPAGE= https://projects.gnome.org/yelp/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/itstool \
|
|
textproc/libxslt \
|
|
x11/gnome/yelp-xsl
|
|
|
|
.include <bsd.port.mk>
|