76e564a8a9
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.27 2008/06/15 09:52:00 joerg 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= bjs@NetBSD.org
|
|
COMMENT= GIT version control suite meta-package
|
|
|
|
META_PACKAGE= yes
|
|
|
|
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
|
|
DEPENDS+= scmgit-docs-[0-9]*:../../devel/scmgit-docs
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|