fcb74780b1
Version 2.16.0 -------------- * User Guide: - Numerous improvements by Joachim Noreiko and Don Scorgie - Updated translations: es (Francisco Javier F. Serrador) fr (Claude Parroz) pt_BR (Raphael Higino) ru (Nickolay V. Shmyrev) * Accessibility Guide: - Numerous improvements by Don Scorgie * System Administration Guide: - Numerous improvements by Don Scorgie - ScreenD should be Screen[D] to stop X complaining (Don Scorgie) - Changed Desktop to System (Don Scorgie) Version 2.15.1 -------------- * User Guide: - Merged feedback documentation into the User Guide - Added link to Admin Gudie under 'Customizing Menus' (#331928) - Added a section on setting up printers (#346395) - Updated translations: es (Francisco Javier F. Serrador) pt_BR (Raphael Higino) * Accessibility Guide: - Updated translations: es (Francisco Javier F. Serrador) it (Luca Ferretti) * System Administration Guide: - Updated translations: es (Francisco Javier F. Serrador) it (Luca Ferretti) * A big thanks to Joachim Noreiko and Don Scorgie
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/09/15 15:23:39 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-user-docs-2.16.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-user-docs/2.16/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= The GNOME 2 users guide
|
|
|
|
CONFLICTS+= gnome2-user-docs-[0-9]*
|
|
|
|
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 "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|