mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
676c965a33
- While here, fix LICENSE PR: 208299 Submitted by: neel@neelc.org (maintainer)
26 lines
431 B
Makefile
26 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mdp
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Command-line based markdown presentation tool
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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>
|