freebsd-ports/games/asciiquarium/Makefile

27 lines
556 B
Makefile
Raw Normal View History

# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$
PORTNAME= asciiquarium
2015-01-28 03:22:43 +01:00
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= aquarium/sea animation in ASCII art
RUN_DEPENDS= p5-Term-Animation>=0:devel/p5-Term-Animation
USES= perl5
2014-02-28 15:16:15 +01:00
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/asciiquarium
do-install:
2014-02-28 15:16:15 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>