freebsd-ports/games/bsdtris/Makefile
Baptiste Daroussin e351a16dd1 Use @rmempty
While here:
- Document the license
- simplify the plist to enforce the games group on the binary
- use @postexec instead of @exec
2020-10-22 08:25:04 +00:00

20 lines
400 B
Makefile

# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
PORTNAME= bsdtris
PORTVERSION= 1.1
PORTREVISION= 2
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
LICENSE= BSD3CLAUSE
USES= ncurses
MAKE_ARGS= TMPLDFLAGS="-lncurses"
NO_WRKSUBDIR= yes
.include <bsd.port.mk>