openbsd-ports/x11/gnome/user-docs/Makefile
ajacoutot 56881e0491 --disable-scrollkeeper is not needed when rarian is in the dependency
chain (scrollkeer is a compatility wrapper that does nothing).
2011-04-05 16:37:58 +00:00

27 lines
510 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/04/05 16:37:59 ajacoutot Exp $
# This port does not run_depends on yelp on purpose, as it would
# create a cyclic dependency.
PKG_ARCH= *
COMMENT= general GNOME User Documentation
GNOME_PROJECT= gnome-user-docs
GNOME_VERSION= 2.32.0
# GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= x11/gnome/doc-utils \
textproc/rarian
USE_LIBTOOL= No
.include <bsd.port.mk>