openbsd-ports/games/xminesweep/Makefile
2013-03-11 11:02:49 +00:00

23 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.25 2013/03/11 11:07:41 espie Exp $
COMMENT= Windows minesweeper
DISTNAME= xminesweep3.0
PKGNAME= xminesweep-3.0
REVISION = 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
EXTRACT_SUFX= .tar.Z
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
CONFIGURE_STYLE=imake
USE_GROFF = Yes
NO_TEST= Yes
.include <bsd.port.mk>