1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/misc/mdp/Makefile

25 lines
398 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= mdp
PORTVERSION= 1.0.5
CATEGORIES= misc
MAINTAINER= neel@neelc.org
COMMENT= Command-line based markdown presentation tool
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= visit1985
USES= gmake ncurses
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>