diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 13:56:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 13:56:27 +0000 |
commit | ddf8fcb88bb15fb684a6a7c5abc3b73efcb600d4 (patch) | |
tree | 8ec9a0a0dcff58b39747499f5405a2eba0966a12 /devel/git/Makefile | |
parent | 950e8cb35b482f2d51111ee031bf4b9940e528c7 (diff) | |
download | pkgsrc-ddf8fcb88bb15fb684a6a7c5abc3b73efcb600d4.tar.gz |
Reimport scmgit as git-1.8.4 in devel/git.
This package is a meta package, collecting the components normally
expected to be installed for the GIT distributed version control
suite (the tool itself, the tk-based browser gitk, and the man pages).
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r-- | devel/git/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile new file mode 100644 index 00000000000..a16f9b3e839 --- /dev/null +++ b/devel/git/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/09/09 13:56:27 wiz Exp $ + +.include "../../devel/git/Makefile.version" + +DISTNAME= # empty +PKGNAME= git-${GIT_VERSION} +CATEGORIES+= meta-pkgs devel +DISTFILES= # empty +MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= GIT version control suite meta-package + +META_PACKAGE= yes + +DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base +DEPENDS+= git-docs>=${GIT_VERSION}:../../devel/git-docs +DEPENDS+= git-gitk>=${GIT_VERSION}:../../devel/git-gitk + +.include "../../mk/bsd.pkg.mk" |