19 lines
366 B
Makefile
19 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.19 2015/01/22 17:47:51 naddy Exp $
|
|
|
|
COMMENT= breakout game for the X Window System
|
|
|
|
DISTNAME= xbreaky-0.0.5
|
|
REVISION = 2
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://xbreaky.sourceforge.net/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= X11 Xpm c m pthread-stubs sndio stdc++ xcb
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|