29 lines
640 B
Makefile
29 lines
640 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/01/14 21:55:21 fcambus Exp $
|
|
|
|
COMMENT = aquarium animation in ASCII art
|
|
|
|
DISTNAME = asciiquarium_1.1
|
|
PKGNAME = ${DISTNAME:S/_/-/}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://www.robobunny.com/projects/asciiquarium/html/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = https://www.robobunny.com/projects/asciiquarium/
|
|
|
|
RUN_DEPENDS = misc/p5-Term-Animation
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asciiquarium
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asciiquarium
|
|
|
|
.include <bsd.port.mk>
|