1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/textmaze/Makefile
2013-10-24 15:11:40 +00:00

28 lines
583 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= textmaze
PORTVERSION= 1.2
CATEGORIES= games perl5
MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \
CRITICAL
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Generates mazes on a text terminal and lets you traverse them
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
USES= shebangfix perl5
NO_BUILD= yes
SHEBANG_FILES= textmaze
PLIST_FILES= bin/textmaze
WRKSRC= ${WRKDIR}/TextMaze
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>