pkgsrc/misc/gnome-user-docs/Makefile
wiz d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

26 lines
625 B
Makefile

# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:36 wiz Exp $
#
DISTNAME= gnome-user-docs-2.26.2
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_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"