summaryrefslogtreecommitdiff
path: root/devel/scmgit/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-04-26 01:23:48 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-04-26 01:23:48 +0000
commit9b9babd2d725261266050f7d23297b71a01cc593 (patch)
treec60c4b138544298886639ac87b34373f0e31b8b3 /devel/scmgit/Makefile
parent7de6d58b698b4d12d4b2b03c31d85dccfb0c9666 (diff)
downloadpkgsrc-9b9babd2d725261266050f7d23297b71a01cc593.tar.gz
Get this to build under NetBSD-2/alpha and install under SunOS-5.9/sparc.
As part of this, the correct install program is now used, the tar specified by pkgsrc is used, added a missing tar to tools, stopped hardcoding the c-compiler, and added a missing wish:run to the tools. Whew!
Diffstat (limited to 'devel/scmgit/Makefile')
-rw-r--r--devel/scmgit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile
index e3a9f5d5804..3c2852d89f9 100644
--- a/devel/scmgit/Makefile
+++ b/devel/scmgit/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2007/04/21 10:36:58 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/04/26 01:23:48 dmcmahill Exp $
#
DISTNAME= git-1.5.1.1
PKGNAME= scm${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://www.kernel.org/pub/software/scm/git/
@@ -17,13 +18,14 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
MAKE_ENV+= DESTDIR=""
MAKE_ENV+= HOME=${PREFIX:Q}
USE_LANGUAGES= c99
-USE_TOOLS+= gmake perl:run sh:run
+USE_TOOLS+= gmake perl:run sh:run wish:run tar
EXTRACT_USING= gtar
MAKE_ENV+= CURLDIR=${BUILDLINK_PREFIX.curl:Q}
MAKE_ENV+= PERL_PATH=${PERL5:Q}
MAKE_ENV+= PYTHON_PATH=${PYTHONBIN:Q}
MAKE_ENV+= SHELL_PATH=${SH:Q}
+MAKE_ENV+= TAR=${TAR:Q}
BUILD_TARGET= all doc
INSTALL_TARGET= install install-doc
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}