sthen f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00

37 lines
760 B
Makefile

# $OpenBSD: Makefile,v 1.9 2018/04/14 22:53:54 sthen Exp $
COMMENT = Git extension for versioning large files
GH_PROJECT = git-lfs
GH_ACCOUNT = git-lfs
GH_TAGNAME = v2.4.0
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://git-lfs.github.com/
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c pthread
MODULES = lang/go \
lang/ruby
MODRUBY_BUILDDEP = No
MODRUBY_RUNDEP = No
BUILD_DEPENDS = textproc/ruby-ronn
RUN_DEPENDS = devel/git
# Convert the manpages with ronn instead of mangen.go
post-build:
cd ${WRKSRC}/docs/man/ && \
for m in *.ronn; do ronn${MODRUBY_BINREV} -r $$m; done
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/man/*.1 ${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/docs/man/*.5 ${PREFIX}/man/man5/
.include <bsd.port.mk>