23 lines
424 B
Makefile
23 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:07:41 espie Exp $
|
|
|
|
COMMENT= breakout game for the X Window System
|
|
|
|
DISTNAME= xbreaky-0.0.5
|
|
REVISION = 1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://xbreaky.sourceforge.net/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= X11 Xpm c m pthread-stubs sndio stdc++ xcb
|
|
|
|
USE_GROFF = Yes
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|