9 lines
177 B
Makefile
9 lines
177 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/05/20 14:13:58 bcallah Exp $
|
|
|
|
GAME = tetzle
|
|
COMMENT = tetromino puzzle game
|
|
DISTNAME = ${GAME}-2.1.6-src
|
|
WANTLIB += GL
|
|
|
|
.include <bsd.port.mk>
|