openbsd-ports/devel/hub/Makefile
czarkoff 37d138d60d import hub
Port by Fabian Raetz with changes by kspillner@ and czarkoff@

OK kspillner@, sthen@
2015-06-08 10:07:38 +00:00

29 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/06/08 10:07:38 czarkoff Exp $
COMMENT = wraps git in order to extend it with extra features
V = 2.2.1
GH_ACCOUNT = github
GH_PROJECT = hub
GH_TAGNAME = v$V
DISTNAME = ${GH_PROJECT}-$V
CATEGORIES = devel
HOMEPAGE = https://hub.github.com
MAINTAINER = Fabian Raetz <fabian.raetz@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c pthread
MODULES = lang/go
RUN_DEPENDS = devel/git
post-install:
${INSTALL_MAN} ${WRKSRC}/man/hub.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>