freebsd-ports/misc/mdp/Makefile
Martin Wilke bf21fdb9e2 - Update to 1.0.3
PR:		205288
Submitted by:	maintainer
Approved by:	bapt (mentor)
Differential Revision:	D4565
2015-12-15 08:18:30 +00:00

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>