Changeset View
Changeset View
Standalone View
Standalone View
devel/hub/Makefile
Show All 20 Lines | |||||
GO_PKGNAME= github.com/github/hub | GO_PKGNAME= github.com/github/hub | ||||
PLIST_FILES= bin/hub \ | PLIST_FILES= bin/hub \ | ||||
etc/bash_completion.d/hub \ | etc/bash_completion.d/hub \ | ||||
man/man1/hub.1.gz \ | man/man1/hub.1.gz \ | ||||
share/fish/completions/hub.fish \ | share/fish/completions/hub.fish \ | ||||
share/zsh/site-functions/_hub | share/zsh/site-functions/_hub | ||||
OPTIONS_DEFINE= GIT_SUBVERSION | |||||
GIT_SUBVERSION_DESC= Use 'git-subversion' instead of 'git' as backend | |||||
GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:devel/git-subversion | |||||
GIT_SUBVERSION_RUN_DEPENDS_OFF= git:devel/git | |||||
post-build: | post-build: | ||||
(cd ${GO_WRKSRC} && \ | (cd ${GO_WRKSRC} && \ | ||||
${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS} ${GO_TARGET}/md2roff-bin) | ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS} ${GO_TARGET}/md2roff-bin) | ||||
(cd ${GO_WRKSRC} && \ | (cd ${GO_WRKSRC} && \ | ||||
${WRKDIR}/bin/md2roff-bin --manual="hub" --version="${PORTVERSION}" \ | ${WRKDIR}/bin/md2roff-bin --manual="hub" --version="${PORTVERSION}" \ | ||||
--template=${GO_WRKSRC}/man-template.html share/man/man1/*.md) | --template=${GO_WRKSRC}/man-template.html share/man/man1/*.md) | ||||
post-install: | post-install: | ||||
Show All 10 Lines |