Version 2.24.0: --------------- * Accessibility Guide: - Massive updates from Vincent Alexander - Various fixes from Frederic Peters and Claude Paroz - Updated translations: es (Jorge Gonzalez) fi (Timo Jyrinki) hu (Attila Hammer) oc (Yannig Marchegay) sv (Daniel Nylander) * System Admin Guide: - Various fixes from Claude Paroz and Leonardo Ferreira Fontenelle - Updated translations: es (Jorge Gonzalez) fr (Claude Paroz) ja (Takeshi AIHANA) ko (Changwoo Ryu) oc (Yannig Marchegay) sv (Daniel Nylander) * User Guide: - Upates from Claude Paroz - Updated translations: de (Mario Blättermann) es (Jorge Gonzalez) fr (Claude Paroz) ja (Takeshi AIHANA) ko (Changwoo Ryu) oc (Yannig Marchegay) pt_BR (Leonardo Ferreira Fontenelle) sv (Daniel Nylander) th (Theppitak Karoonboonyanan)
27 lines
644 B
Makefile
27 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/10/25 01:00:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-user-docs-2.24.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-user-docs/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= The GNOME 2 users guide
|
|
|
|
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_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|