aboutsummaryrefslogtreecommitdiffstats
path: root/games/asciiquarium/Makefile
blob: c8d8b06267b7d9ffc4ccdf8f316810e25bb50ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$

PORTNAME=   asciiquarium
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:${PORTSDIR}/devel/p5-Term-Animation

USES=       perl5
NO_BUILD=   yes

WRKSRC=     ${WRKDIR}/${DISTNAME}

PLIST_FILES=    bin/asciiquarium

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
        ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>