freebsd-ports/games/bsdtris/Makefile
Edwin Groothuis da39dccd55 Update games/bsdtris port
This update consists mainly of removing strdup/sprintf/strcpy
	and license change.
	Commiter, please grab the tarball here:
		http://j.xpert.com/FreeBSD/bsdtris-01092003.tar.gz
	Please put it up somewhere stable. Don't fix the MASTERSITE
	to point to this address. The last commiter to handle this
	was edwin, and it's his address that's listed in the Makefile.

	Tarball name changed from tetris- to bsdtris, and changes
	to the tarball making script included.

	There were reports about failure to run in several environments.
	I could not reproduce those, but I intend to see if they
	are magically fixed by this update.

PR:		ports/56272
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
2003-09-04 01:15:15 +00:00

29 lines
625 B
Makefile

# Ports collection makefile for: bsdtris
# Date created: 01 Apr 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= bsdtris
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PORTNAME}-01092003
MAINTAINER= yonatan@xpert.com
COMMENT= BSD version of Text-based tetris game
NO_WRKSUBDIR= yes
USE_REINPLACE= yes
MAN6= bsdtris.6
post-patch:
${REINPLACE_CMD} -E "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/pathnames.h
post-install:
${INSTALL_MAN} ${WRKSRC}/tetris.6 ${PREFIX}/man/man6/bsdtris.6
.include <bsd.port.mk>