0992bd1bf1
TopGit aims to make handling of large amount of interdependent topic branches easier. In fact, it is designed especially for the case when you maintain a queue of third-party patches on top of another (perhaps Git-controlled) project and want to easily organize, maintain and submit them. TopGit achieves that by keeping a separate topic branch for each patch and providing few tools to maintain the branches.
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/08 05:58:07 minskim 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_ENV+= prefix=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|