41baf4147f
- respect cc/cxx/cflags/cxxflags/prefix Submitted by jolan@
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.9 2003/06/20 02:17:18 kevlo Exp $
|
|
|
|
COMMENT= "breakout game for the X Window System"
|
|
|
|
DISTNAME= xbreaky-0.0.5
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://xbreaky.sourceforge.net/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|