mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a09e55e2e8
pending PR With hat: portmgr
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# Created by: Yonatan <onatan@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdtris
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.mavetju.org/download/adopted/
|
|
DISTNAME= ${PORTNAME}-01092003
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= BSD version of text-based Tetris game
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAN6= bsdtris.6
|
|
|
|
NO_STAGE= yes
|
|
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>
|