994b63da94
and set USE_X11=No where needed agreed by aja@
29 lines
564 B
Makefile
29 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 13:18:16 jasper Exp $
|
|
|
|
# This port does not run_depends on yelp on purpose, as it would
|
|
# create a cyclic dependency.
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= general GNOME User Documentation
|
|
|
|
GNOME_PROJECT= gnome-user-docs
|
|
GNOME_VERSION= 2.32.0
|
|
|
|
# GFDLv1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= ::x11/gnome/doc-utils \
|
|
::textproc/rarian
|
|
|
|
USE_X11= No
|
|
USE_LIBTOOL= No
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|