openbsd-ports/x11/gnome/yelp-xsl/Makefile
ajacoutot 73177d4bf3 Stop setting CONFIGURE_STYLE in Makefile.inc but explicitely add it to ports
that need it; in the future more and more ports will move to meson build anyway.
I first though I'd set CONFIGURE_STYLE in gnome.port.mk but it's too fragile
(MODULES list must be sorted very carefully).
Less magic is good.

discussed with jasper@
2017-04-13 07:38:44 +00:00

21 lines
339 B
Makefile

# $OpenBSD: Makefile,v 1.29 2017/04/13 07:38:46 ajacoutot Exp $
PKG_ARCH= *
COMMENT= XSLT stylesheets for yelp
GNOME_PROJECT= yelp-xsl
GNOME_VERSION= 3.20.1
# GPLv2 - LGPLv2.1 - MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome
BUILD_DEPENDS= textproc/itstool \
textproc/libxslt
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>