7172dff8eb
Set PERMIT_* to "no license" for now. Authors will be contacted so that they are aware of the situation, but we cannot break the copyright law.
25 lines
574 B
Makefile
25 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.14 2001/06/27 20:56:25 pvalchev Exp $
|
|
|
|
COMMENT= "Pac-man-like game under X11"
|
|
|
|
DISTNAME= xchomp-pl1
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
# License: NONE
|
|
PERMIT_PACKAGE_CDROM= "no license"
|
|
PERMIT_PACKAGE_FTP= "no license"
|
|
PERMIT_DISTFILES_CDROM= "no license"
|
|
PERMIT_DISTFILES_FTP= "no license"
|
|
|
|
WRKDIST= ${WRKDIR}/xchomp
|
|
CONFIGURE_STYLE=imake noman
|
|
|
|
# Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust
|
|
# speed of play depending on X server.
|
|
|
|
.include <bsd.port.mk>
|