openbsd-ports/x11/gnome/users-guide/Makefile
jasper 7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00

27 lines
559 B
Makefile

# $OpenBSD: Makefile,v 1.17 2007/07/05 22:50:11 jasper Exp $
PKG_ARCH= *
COMMENT= general GNOME User Documentation
GNOME_PROJECT= gnome-user-docs
GNOME_VERSION= 2.18.1
PKGNAME= gnome2-user-docs-${VERSION}
# GNU FDL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
BUILD_DEPENDS= ${RUN_DEPENDS} \
:gnome-doc-utils-*:x11/gnome/doc-utils
USE_LIBTOOL= No
CONFIGURE_ARGS= --disable-scrollkeeper
.include <bsd.port.mk>