29 lines
604 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2008/12/17 18:47:58 jasper Exp $
# This port does not run_depends on devhelp on purpose, as it would
# create a cyclic dependency.
2001-09-13 21:01:04 +00:00
PKG_ARCH= *
COMMENT= general GNOME User Documentation
GNOME_PROJECT= gnome-user-docs
2008-12-15 22:07:35 +00:00
GNOME_VERSION= 2.24.1
PKGNAME= gnome2-user-docs-${VERSION}p0
2001-09-13 21:01:04 +00:00
# GFDLv1.1
2001-09-13 21:01:04 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
2003-10-07 08:59:42 +00:00
RUN_DEPENDS= ::textproc/rarian
BUILD_DEPENDS= ::x11/gnome/doc-utils
2003-10-07 08:59:42 +00:00
USE_LIBTOOL= No
CONFIGURE_ARGS= --disable-scrollkeeper
2001-09-13 21:01:04 +00:00
.include <bsd.port.mk>