openbsd-ports/x11/gnome/yelp-xsl/Makefile
ajacoutot 77716baf9f Our pkg-config(1) can now cope with files under share/pkgconfig, so
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00

24 lines
432 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/03/19 10:28:48 ajacoutot Exp $
COMMENT= XSLT stylesheets for yelp
GNOME_PROJECT= yelp-xsl
GNOME_VERSION= 3.2.1
REVISION= 0
# GPLv2 - LGPLv2.1 - MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
textproc/itstool
RUN_DEPENDS= devel/gettext \
textproc/libxslt
.include <bsd.port.mk>