* makes git easy to learn and use * focuses on documentation and examples * removes obstacles to "getting" git * is biased towards luring existing svn users
28 lines
717 B
Makefile
28 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/21 09:11:14 plunky Exp $
|
|
|
|
DISTNAME= easygit-1.6.5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.gnome.org/~newren/eg/download/1.6.5.3/
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
DISTFILES= eg
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://people.gnome.org/~newren/eg
|
|
COMMENT= Git porcelain wrapper in Perl
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= scmgit>=1.6.1:../../devel/scmgit
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
USE_TOOLS+= perl
|
|
REPLACE_PERL= eg
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/eg ${DESTDIR}${PREFIX}/bin/eg
|
|
${LN} -s ${DESTDIR}${PREFIX}/bin/eg ${DESTDIR}${PREFIX}/bin/easygit
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|