1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/netris/Makefile
Steve Price 1809fe5e28 Update to version 0.5.
PR:		15589
Submitted by:	Alexander Langer <alex@cichlids.com>
1999-12-24 04:35:45 +00:00

23 lines
413 B
Makefile

# New ports collection makefile for: netris
# Version required: 0.5
# Date created: 1 August 1996
# Whom: desmo
#
# $FreeBSD$
#
DISTNAME= netris-0.5
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>