Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
27 lines
759 B
Makefile
27 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.19 2003/06/02 01:18:16 jschauma Exp $
|
|
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
|
|
#
|
|
|
|
DISTNAME= git-4.3.17
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=git/}
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.cs.unh.edu/~tudor/git/
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= git.info
|
|
|
|
pre-install:
|
|
(cd ${WRKSRC}/info ; ${MAKE} info )
|
|
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
|
${WRKSRC}/term/.gitrc.cons25
|
|
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc
|
|
${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|