Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

19
shells/git-sh/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2015/02/08 16:53:55 wiz Exp $
VERSION= 1.3
DISTNAME= git-sh-${VERSION}
CATEGORIES= shells
MASTER_SITES= -https://github.com/rtomayko/git-sh/archive/${VERSION}${EXTRACT_SUFX}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rtomayko/git-sh/
COMMENT= Customized bash environment suitable for git work
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
USE_TOOLS+= bash:run
REPLACE_BASH+= git-sh.bash
MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
MAKE_FLAGS+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/
.include "../../mk/bsd.pkg.mk"