mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/07/17 11:24:27 adam Exp $
|
|
|
|
.include "../../devel/git/Makefile.common"
|
|
|
|
PKGNAME= git-contrib-${GIT_VERSION}
|
|
COMMENT= GIT Tree History Storage Tool (contrib)
|
|
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
|
|
|
BUILD_DIRS= contrib/subtree
|
|
|
|
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|