mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
28 lines
501 B
Makefile
28 lines
501 B
Makefile
PORTNAME= xtgyoretsu
|
|
PORTVERSION= git20140822
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Extended ncurses version of "Renshu-cho gyoretsu"
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Penguinum
|
|
GH_PROJECT= ${PORTNAME}-forked
|
|
GH_TAGNAME= d052143
|
|
|
|
USES= ncurses
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|