23 lines
447 B
Makefile
23 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:07:40 espie Exp $
|
|
|
|
COMMENT= challenging double decked solitaire game
|
|
|
|
DISTNAME= spider
|
|
PKGNAME= spider-1.1
|
|
REVISION = 4
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
|
|
|
|
CONFIGURE_STYLE=imake
|
|
INSTALL_TARGET= install install.doc
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|