Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

20
devel/topgit/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:51 asau Exp $
DISTNAME= topgit_0.7.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/topgit/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://repo.or.cz/w/topgit.git
COMMENT= Different patch queue manager
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= # none
USE_TOOLS+= gmake
MAKE_ENV+= prefix=${PREFIX}
.include "../../mk/bsd.pkg.mk"