0438d89564
twice when the homepage is http://www.gnome.org/
30 lines
675 B
Makefile
30 lines
675 B
Makefile
# $OpenBSD: Makefile,v 1.16 2007/05/30 09:56:30 jasper Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= "general GNOME User Documentation"
|
|
|
|
VERSION= 2.18.1
|
|
DISTNAME= gnome-user-docs-${VERSION}
|
|
PKGNAME= gnome2-user-docs-${VERSION}
|
|
CATEGORIES= x11/gnome
|
|
|
|
# GNU FDL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-user-docs/2.18/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
:gnome-doc-utils-*:x11/gnome/doc-utils
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-scrollkeeper
|
|
|
|
.include <bsd.port.mk>
|