mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
69e57afc66
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>
23 lines
408 B
Makefile
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>
|