78b73ecee7
to RUN_DEPENDS "mkay" jasper@
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/05/26 16:29:27 ajacoutot Exp $
|
|
|
|
COMMENT= developer documentation for GNOME
|
|
|
|
GNOME_PROJECT= gnome-devel-docs
|
|
GNOME_VERSION= 2.20.0
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
# GPLv2
|
|
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
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
|
|
PKG_ARCH= *
|
|
USE_LIBTOOL= No
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|