29 lines
588 B
Makefile
29 lines
588 B
Makefile
# $OpenBSD: Makefile,v 1.28 2009/02/11 15:47:51 jasper Exp $
|
|
|
|
# This port does not run_depends on devhelp on purpose, as it would
|
|
# create a cyclic dependency.
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= general GNOME User Documentation
|
|
|
|
GNOME_PROJECT= gnome-user-docs
|
|
GNOME_VERSION= 2.24.2
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
# GFDLv1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
RUN_DEPENDS= ::textproc/rarian
|
|
BUILD_DEPENDS= ::x11/gnome/doc-utils
|
|
|
|
USE_LIBTOOL= No
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|