Makefile 353 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.33 2016/03/05 17:41:04 sthen Exp $
  2. COMMENT= Athena port of xminesweeper
  3. DISTNAME= xmine-1.0.3-Xaw
  4. PKGNAME= xmine-1.0.3
  5. REVISION= 5
  6. CATEGORIES= games
  7. # BSD
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += ICE SM X11 Xau Xaw3d Xdmcp Xext Xmu Xpm Xt c
  10. LIB_DEPENDS= x11/Xaw3d
  11. CONFIGURE_STYLE=imake
  12. NO_TEST= Yes
  13. .include <bsd.port.mk>