summaryrefslogtreecommitdiff
path: root/devel/git/Makefile
blob: ca2f28f7955c6f12da9323cd183fd7bb9549b7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.4 2015/07/10 17:32:57 khorben 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
LICENSE=	gnu-gpl-v2

SUPERSEDES+=	scmgit-[0-9]*

META_PACKAGE=	yes

DEPENDS+=	git-base>=${GIT_VERSION}:../../devel/git-base
DEPENDS+=	git-contrib>=${GIT_VERSION}:../../devel/git-contrib
DEPENDS+=	git-docs>=${GIT_VERSION}:../../devel/git-docs
DEPENDS+=	git-gitk>=${GIT_VERSION}:../../devel/git-gitk

.include "../../mk/bsd.pkg.mk"