c3af06b1b7
no pkg change
30 lines
662 B
Makefile
30 lines
662 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/12/16 07:58:18 ajacoutot 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.1
|
|
PKGNAME= gnome2-user-docs-${VERSION}
|
|
|
|
# GFDLv1.1
|
|
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
|
|
|
|
USE_LIBTOOL= No
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|