11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/05/20 13:57:47 bcallah Exp $
|
|
|
|
GAME = cutemaze
|
|
COMMENT = simple maze game
|
|
DISTNAME = ${GAME}-1.2.6-src
|
|
WANTLIB += Qt5Svg
|
|
|
|
LIB_DEPENDS += x11/qt5/qtsvg
|
|
|
|
.include <bsd.port.mk>
|