26 lines
511 B
Makefile
26 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/11/16 11:23:28 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xpm c m pthread-stubs sndio stdc++ xcb
|
|
|
|
USE_GROFF = Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|