24 lines
595 B
Makefile
24 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/01/16 15:08:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-devel-docs-2.24.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-devel-docs/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= The GNOME 2 developer's guide
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|