openbsd-ports/x11/gnome/devel-docs/Makefile
2012-09-27 14:52:36 +00:00

30 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.29 2012/09/27 14:52:36 ajacoutot Exp $
PKG_ARCH= *
COMMENT= developer documentation for GNOME
GNOME_PROJECT= gnome-devel-docs
GNOME_VERSION= 3.6.0
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
MODGNOME_TOOLS= yelp
USE_LIBTOOL= No
# XXX https://bugzilla.gnome.org/show_bug.cgi?id=684965
post-install:
.for i in ca de el es fr gl
cd ${PREFIX}/share/gnome/help/gnome-devel-demos/$i/samples/helloWorld && find . \
-type l -exec ln -sf ../../../C/samples/helloWorld/{} {} \;
.endfor
.include <bsd.port.mk>