Makefile 575 B

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