2008-12-17 18:47:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2008/12/17 18:47:58 jasper Exp $
|
2008-12-16 07:58:18 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
2007-04-24 19:49:13 +00:00
|
|
|
PKG_ARCH= *
|
2002-09-20 08:15:15 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
COMMENT= general GNOME User Documentation
|
2007-04-24 19:49:13 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
GNOME_PROJECT= gnome-user-docs
|
2008-12-15 22:07:35 +00:00
|
|
|
GNOME_VERSION= 2.24.1
|
2008-12-17 18:47:57 +00:00
|
|
|
PKGNAME= gnome2-user-docs-${VERSION}p0
|
2001-09-13 21:01:04 +00:00
|
|
|
|
2008-11-21 18:26:32 +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
|
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
MODULES= x11/gnome
|
2003-10-07 08:59:42 +00:00
|
|
|
|
2008-12-17 18:47:57 +00:00
|
|
|
RUN_DEPENDS= ::textproc/rarian
|
|
|
|
BUILD_DEPENDS= ::x11/gnome/doc-utils
|
2003-10-07 08:59:42 +00:00
|
|
|
|
2007-07-05 22:50:10 +00:00
|
|
|
USE_LIBTOOL= No
|
2007-04-24 19:49:13 +00:00
|
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
2001-09-13 21:01:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|