2005-07-27 18:21:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2005/07/27 16:21:17 wiz Exp $
|
2004-07-07 20:03:10 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= cmatrix-1.2a
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.asty.org/cmatrix/dist/
|
|
|
|
|
2005-07-27 18:21:16 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2004-07-07 20:03:10 +02:00
|
|
|
HOMEPAGE= http://www.asty.org/cmatrix/
|
|
|
|
COMMENT= Make your console feel like Nadbuchonazor's bridge
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= bin man/man1
|
2004-07-07 20:03:10 +02:00
|
|
|
|
|
|
|
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"
|