24 lines
433 B
Makefile
24 lines
433 B
Makefile
# $OpenBSD: Makefile,v 1.17 2015/09/24 10:28:55 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= utilities to manage documentation for Yelp and the web
|
|
|
|
GNOME_PROJECT= yelp-tools
|
|
GNOME_VERSION= 3.18.0
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= textproc/itstool \
|
|
textproc/libxslt \
|
|
x11/gnome/yelp-xsl
|
|
|
|
RUN_DEPENDS= textproc/itstool \
|
|
textproc/libxslt \
|
|
x11/gnome/yelp-xsl
|
|
|
|
.include <bsd.port.mk>
|