edd 658ec6c01d Import editors/micro.
A modern and intuitive terminal-based text editor.

OK awolk@
2016-12-10 16:48:07 +00:00

34 lines
724 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/12/10 16:48:07 edd Exp $
COMMENT = modern and intuitive terminal-based text editor
V = 1.1.3
DISTNAME = micro-${V}-src
PKGNAME = micro-${V}
CATEGORIES = editors
HOMEPAGE = https://micro-editor.github.io/
MAINTAINER = Edd Barrett <edd@openbsd.org>
# MIT "Expat" License
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c pthread
MASTER_SITES = https://github.com/zyedidia/micro/releases/download/v${V}/
MODULES = lang/go
MODGO_TYPE = bin
WRKDIST = ${WRKDIR}/micro
MAKE_ENV += MODGO_CMD="${MODGO_CMD}"
do-build:
cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} build-quick ${MAKE_FLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micro ${PREFIX}/bin
NO_TEST = Yes
.include <bsd.port.mk>