openbsd-ports/x11/gnome/users-guide/Makefile
2004-06-26 07:35:05 +00:00

31 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:11 xsa Exp $
COMMENT= "General GNOME User Documentation"
VERSION= 2.6.0.1
DISTNAME= gnome2-user-docs-${VERSION}
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# GNU FDL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome2-user-docs/2.6/}
EXTRACT_SUFX= .tar.bz2
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= gnu
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
.include <bsd.port.mk>