freebsd-ports/games/netris/Makefile
Masafumi Max NAKANE 69e57afc66 New port:
A network head to head version of T*tris.
PR:	2900
Submitted by:	Ken Monville <desmo@bandwidth.org>
Reminded by:	Josh Gilliam <soil@quick.net>
1997-04-27 14:22:30 +00:00

23 lines
408 B
Makefile

# New ports collection makefile for: netris
# Version required: 0.4
# Date created: 1 August 1996
# Whom: desmo
#
# $Id$
#
DISTNAME= netris-0.4
CATEGORIES= games
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
MAINTAINER= desmo@bandwidth.org
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
MAN1= netris.1
post-install:
${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1
.include <bsd.port.mk>