openbsd-ports/games/xbreaky/Makefile

26 lines
525 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:19:03 ajacoutot Exp $
COMMENT= breakout game for the X Window System
DISTNAME= xbreaky-0.0.5
PKGNAME= ${DISTNAME}p1
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
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2003-03-31 08:07:46 -05:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>