summaryrefslogtreecommitdiff
path: root/devel/scmgit/Makefile
blob: 7b3e3ab5b9e432093308d182607a1d4e85a35b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.24 2008/01/05 11:10:18 rillig Exp $

.include "Makefile.common"

DISTNAME=	scmgit-${GIT_VERSION}
CATEGORIES+=	meta-pkgs

MAINTAINER=	bjs@NetBSD.org
COMMENT=	GIT version control suite meta-package

DEPENDS+=	scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+=	scmgit-docs-[0-9]*:../../devel/scmgit-docs

META_PACKAGE=	yes

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