aboutsummaryrefslogblamecommitdiff
path: root/games/asciiquarium/Makefile
blob: 2c1d157e8264c66470b6dc47aaced4bab94b3265 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                         
           









                                                               
                                                                        


                                     
                     

                                
                   



                                                                         
# Created by: Max Khon <fjoe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	asciiquarium
PORTVERSION=	1.0
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

WRKSRC=		${WRKDIR}/${DISTNAME}
NO_BUILD=	yes
USES=		perl5
PLIST_FILES=	bin/asciiquarium

NO_STAGE=	yes
do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>