bf21fdb9e2
PR: 205288 Submitted by: maintainer Approved by: bapt (mentor) Differential Revision: D4565
24 lines
390 B
Makefile
24 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mdp
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Command-line based markdown presentation tool
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= visit1985
|
|
|
|
USES= gmake
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
DEBUG_MAKE_ARGS+= DEBUG=1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mdp ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|