import mdp, a command-line based markdown presentation tool.

inputs and ok danj@.
This commit is contained in:
rpointel 2017-02-04 06:16:44 +00:00
parent c9d3f3f0eb
commit 6b64a23c39
4 changed files with 35 additions and 0 deletions

29
textproc/mdp/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/02/04 06:16:44 rpointel Exp $
COMMENT = command-line based markdown presentation tool
VERSION = 1.0.9
DISTNAME = mdp-${VERSION}
GH_ACCOUNT = visit1985
GH_PROJECT = mdp
GH_TAGNAME = ${VERSION}
CATEGORIES = textproc
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncursesw
MAKE_FLAGS = PREFIX=${PREFIX}
USE_GMAKE = Yes
post-install:
mv ${PREFIX}/share/man/* ${PREFIX}/man/
rmdir ${PREFIX}/share/man
NO_TEST = Yes
.include <bsd.port.mk>

2
textproc/mdp/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (mdp-1.0.9.tar.gz) = iT4TqaYaibrPKe4UG9n26JNXEDI3AePTZYSku5DhNy0=
SIZE (mdp-1.0.9.tar.gz) = 36877

1
textproc/mdp/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
A command-line based markdown presentation tool.

3
textproc/mdp/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/04 06:16:44 rpointel Exp $
@bin bin/mdp
@man man/man1/mdp.1