1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/games/fakesteak/Makefile
Emanuel Haupt 2ba9f4ad20 games/fakesteak: Add new port
Implementation of the digital character rain as seen in "The Matrix".

Some things you might like about fakesteak:

  * Small footprint (low on RAM and disk usage)
  * Good performance (low on CPU usage)
  * Looks pretty close to the original (fading, glitches)
  * Basic customization via command line options
  * No dependencies (not even ncurses)
2023-04-17 10:50:51 +02:00

19 lines
370 B
Makefile

PORTNAME= fakesteak
PORTVERSION= 0.2.4
DISTVERSIONPREFIX= v
CATEGORIES= games
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Implementation of the digital character rain as seen in "The Matrix"
WWW= https://github.com/domsson/fakesteak
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= domsson
PLIST_FILES= bin/fakesteak
.include <bsd.port.mk>