diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-16 15:02:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-16 15:02:49 +0000 |
commit | ac3f0224d31cd458ae8a102463e63b244cd29a72 (patch) | |
tree | 4709bc544f411105914b6e4876773eb54bf9795e /misc/gnome-devel-docs/Makefile | |
parent | 8a84b374051d82f3e2e300e478eabe6cbc37446f (diff) | |
download | pkgsrc-ac3f0224d31cd458ae8a102463e63b244cd29a72.tar.gz |
Initial import of gnome-devel-docs-2.24.1:
This package contains documents targeted for GNOME developers.
Diffstat (limited to 'misc/gnome-devel-docs/Makefile')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile new file mode 100644 index 00000000000..6c2934ecee0 --- /dev/null +++ b/misc/gnome-devel-docs/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/16 15:02:49 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_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" |