23 lines
424 B
Makefile
Raw Normal View History

2013-03-11 11:02:49 +00:00
# $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
2010-11-16 11:23:25 +00:00
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
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2003-03-31 13:07:46 +00:00
2013-03-11 11:02:49 +00:00
NO_TEST= Yes
2002-10-26 20:44:38 +00:00
.include <bsd.port.mk>