11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $OpenBSD: Makefile,v 1.13 2018/07/21 04:56:40 bcallah Exp $
|
|
|
|
GAME = cutemaze
|
|
COMMENT = simple maze game
|
|
DISTNAME = ${GAME}-1.2.4-src
|
|
WANTLIB += Qt5Svg
|
|
|
|
LIB_DEPENDS += x11/qt5/qtsvg
|
|
|
|
.include <bsd.port.mk>
|