12345678910111213141516171819202122232425262728 |
- # $OpenBSD: Makefile,v 1.29 2017/05/10 23:34:25 espie Exp $
- COMMENT= Pac-man-like game under X11
- DISTNAME= xchomp-pl1
- PKGNAME= xchomp-0
- REVISION = 5
- CATEGORIES= games
- MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
- # License: NONE
- PERMIT_PACKAGE_CDROM= no license
- PERMIT_PACKAGE_FTP= no license
- PERMIT_DISTFILES_FTP= no license
- WANTLIB= X11 Xau Xdmcp Xext c m pthread-stubs xcb
- WRKDIST= ${WRKDIR}/xchomp
- CONFIGURE_STYLE=imake noman
- # Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust
- # speed of play depending on X server.
- NO_TEST= Yes
- .include <bsd.port.mk>
|