openbsd-ports/games/spider/Makefile

25 lines
516 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2009/08/10 06:31:42 kili Exp $
COMMENT= challenging double decked solitaire game
1998-05-19 23:24:47 -04:00
DISTNAME= spider
PKGNAME= spider-1.1p3
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp 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
2006-11-20 03:07:40 -05:00
USE_X11= Yes
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 23:24:47 -04:00
.include <bsd.port.mk>