diff --git a/editors/mg/Makefile b/editors/mg/Makefile index e860da786ef4..0d296792a4c1 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,44 +1,44 @@ PORTNAME= mg PORTVERSION= 7.0 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cgr.nil@gmail.com COMMENT= Small, fast Emacs-like editor WWW= https://github.com/ibara/mg LICENSE= PD FLAVORS= dynamic static FLAVOR?= ${FLAVORS:[1]} static_PKGNAMESUFFIX= -static .if ${FLAVOR} == static COMMENT+= (rescue(8) version) .endif USES= ncurses HAS_CONFIGURE= yes .if ${FLAVOR} == static CONFIGURE_ARGS= --enable-static PLIST_FILES= /rescue/mg .else PLIST_FILES= bin/mg \ man/man1/mg.1.gz PORTDOCS= README-Mg README.md tutorial OPTIONS_DEFINE= DOCS .endif .if ${FLAVOR} == static do-install: @${MKDIR} ${STAGEDIR}/rescue ${INSTALL_PROGRAM} ${WRKSRC}/mg ${STAGEDIR}/rescue .else post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include