openbsd-ports/misc/p5-Term-Animation/Makefile
jasper 1e9486ce3f - import p5-Term-Animation 2.4
This module provides a framework to produce sprite animations using
ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
into the animation as an 'animation entity'. An animation entity can
have a callback routine.

from Girish Venkatachalam (MAINTAINER) with tweaks by me
2008-10-07 17:05:39 +00:00

26 lines
523 B
Makefile

# $OpenBSD
COMMENT= produce sprite animations using ASCII art
DISTNAME= Term-Animation-2.4
CATEGORIES= misc
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::devel/p5-Curses
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Term-Animation
${INSTALL_DATA} ${WRKSRC}/examples/*.pl \
${PREFIX}/share/examples/p5-Term-Animation
.include <bsd.port.mk>