Update games/stransball2 to version 1.5_10
[dports.git] / games / asciiquarium / Makefile
1 # Created by: Max Khon <fjoe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       asciiquarium
5 PORTVERSION=    1.0
6 CATEGORIES=     games
7 MASTER_SITES=   http://www.robobunny.com/projects/asciiquarium/
8 DISTNAME=       ${PORTNAME}_${PORTVERSION}
9
10 MAINTAINER=     fjoe@FreeBSD.org
11 COMMENT=        aquarium/sea animation in ASCII art
12
13 RUN_DEPENDS=    p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation
14
15 USES=           perl5
16 NO_BUILD=       yes
17
18 WRKSRC=         ${WRKDIR}/${DISTNAME}
19
20 PLIST_FILES=    bin/asciiquarium
21
22 do-install:
23         ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
24                 ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
25
26 .include <bsd.port.mk>