11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/08/08 23:16:18 bcallah Exp $
|
|
|
|
GAME = cutemaze
|
|
COMMENT = simple maze game
|
|
DISTNAME = ${GAME}-1.2.5-src
|
|
WANTLIB += Qt5Svg
|
|
|
|
LIB_DEPENDS += x11/qt5/qtsvg
|
|
|
|
.include <bsd.port.mk>
|