openbsd-ports/games/spider/Makefile

23 lines
447 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:07:40 espie Exp $
COMMENT= challenging double decked solitaire game
1998-05-19 23:24:47 -04:00
DISTNAME= spider
2010-11-16 06:23:25 -05:00
PKGNAME= spider-1.1
REVISION = 4
1998-05-19 23:24:47 -04:00
CATEGORIES= games
2002-10-26 16:44:38 -04:00
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
1998-05-19 23:24:47 -04:00
2000-03-18 22:50:18 -05:00
PERMIT_PACKAGE_CDROM= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE=imake
1998-05-19 23:24:47 -04:00
INSTALL_TARGET= install install.doc
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2013-03-11 07:02:49 -04:00
NO_TEST= Yes
2002-10-26 16:44:38 -04:00
1998-05-19 23:24:47 -04:00
.include <bsd.port.mk>