Version 2.26.1: --------------- * Accessibility Guide: - Added more description for what caret navigation is (Willie Walker) - Fixed DocBook validity errors in translations (Claude Paroz) - Updated translations: de (Simon Bienlein) es (Jorge Gonzalez) ru (Anatol Kamynin) sv (Daniel Nylander) * System Admin Guide: - Updated translations: el (Jennie Petoumenou) * User Guide: - Fixed DocBook validity errors (Claude Paroz) - Updated translations: cs (Lucas Lommer) es (Jorge Gonzalez) fr (Bruno Brouard and Claude Paroz) sv (Daniel Nylander)
27 lines
648 B
Makefile
27 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/05/19 07:57:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-user-docs-2.26.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-user-docs/2.26/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= The GNOME 2 users guide
|
|
LICENSE= gnu-fdl-v1.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= gnome2-user-docs-[0-9]*
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|