141b35e679
applications use it and they don't care about the GNOME Desktop help. We can now convert gnome-user-docs to MODGNOME_HELP_FILES. Add a RUN_DEPENDS on gnome-user-docs to gnome-panel since this is where the link to the GNOME Desktop help gets displayed.
24 lines
395 B
Makefile
24 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/06/24 08:01:43 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= general GNOME User Documentation
|
|
|
|
GNOME_PROJECT= gnome-user-docs
|
|
GNOME_VERSION= 2.32.0
|
|
REVISION= 0
|
|
|
|
# GFDLv1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
USE_LIBTOOL= No
|
|
|
|
.include <bsd.port.mk>
|