21 lines
585 B
Makefile
21 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.35 2013/06/16 07:40:22 adam Exp $
|
|
|
|
.include "../../devel/scmgit/Makefile.version"
|
|
|
|
DISTNAME= # empty
|
|
PKGNAME= scmgit-${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+= scmgit-base>=${GIT_VERSION}:../../devel/scmgit-base
|
|
DEPENDS+= scmgit-docs>=${GIT_VERSION}:../../devel/scmgit-docs
|
|
DEPENDS+= scmgit-gitk>=${GIT_VERSION}:../../devel/scmgit-gitk
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|