aboutsummaryrefslogtreecommitdiff
path: root/misc/mdp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-27 21:26:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-27 21:26:36 +0000
commit189fd73d359571c3166a15e831abb0e8cba5c9e6 (patch)
tree159767b786d3777072605c7c0e93fb98c35d5afd /misc/mdp
parente1334adab385c39666abc6e58ce5aaf1086df878 (diff)
downloadports-189fd73d359571c3166a15e831abb0e8cba5c9e6.tar.gz
ports-189fd73d359571c3166a15e831abb0e8cba5c9e6.zip
Reset maintainership
- While I'm here: - Remove DEBUG option - Take maintainership PR: 244450 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=527302
Diffstat (limited to 'misc/mdp')
-rw-r--r--misc/mdp/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/mdp/Makefile b/misc/mdp/Makefile
index 609c38660108..fcc233f55a2b 100644
--- a/misc/mdp/Makefile
+++ b/misc/mdp/Makefile
@@ -4,22 +4,21 @@ PORTNAME= mdp
PORTVERSION= 1.0.15
CATEGORIES= misc
-MAINTAINER= neel@neelc.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command-line based markdown presentation tool
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= gmake ncurses
+
USE_GITHUB= yes
GH_ACCOUNT= visit1985
-USES= gmake ncurses
-PLIST_FILES= bin/${PORTNAME}
-
-OPTIONS_DEFINE= DEBUG
-DEBUG_MAKE_ARGS+= DEBUG=1
MAKE_ARGS= CURSES=${NCURSES_IMPL}
+PLIST_FILES= bin/mdp
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin