openbsd-ports/games/xminesweep/Makefile

23 lines
455 B
Makefile
Raw Normal View History

2006-02-04 06:20:45 -05:00
# $OpenBSD: Makefile,v 1.16 2006/02/04 11:20:45 steven Exp $
COMMENT= "Windows minesweeper"
1998-05-19 22:00:14 -04:00
DISTNAME= xminesweep3.0
PKGNAME= xminesweep-3.0
CATEGORIES= games
2002-10-26 16:44:38 -04:00
2006-02-04 06:20:45 -05:00
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
EXTRACT_SUFX= .tar.Z
2000-03-16 18:47:53 -05:00
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c
2000-03-16 18:47:53 -05:00
CONFIGURE_STYLE= imake
1998-05-19 22:00:14 -04:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 22:00:14 -04:00
.include <bsd.port.mk>