b298059d33
characters, falling from top of the screen, almost like the ones seen in "Matrix" movie series.
22 lines
635 B
Makefile
22 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/11/18 14:39:54 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= cmatrix-1.2a
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.asty.org/cmatrix/dist/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://www.asty.org/cmatrix/
|
|
COMMENT= Make your console feel like Nadbuchonazor's bridge
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin/cmatrix
|
|
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${PREFIX}/man/man1/cmatrix.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/cmatrix
|
|
${INSTALL_DATA} ${WRKSRC}/mtx.pcf ${PREFIX}/share/cmatrix/mtx.pcf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|