27 lines
561 B
Makefile
27 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.20 2008/05/28 16:12:18 jasper Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= general GNOME User Documentation
|
|
|
|
GNOME_PROJECT= gnome-user-docs
|
|
GNOME_VERSION= 2.18.1
|
|
PKGNAME= gnome2-user-docs-${VERSION}p2
|
|
|
|
# GNU FDL
|
|
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>
|