22 lines
433 B
Makefile
Raw Normal View History

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