mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
359 B
Makefile
21 lines
359 B
Makefile
COMMENT= challenging double decked solitaire game
|
|
|
|
DISTNAME= spider
|
|
PKGNAME= spider-1.1
|
|
REVISION = 7
|
|
CATEGORIES= games
|
|
|
|
SITES= ${SITE_SUNSITE:=games/solitaires/}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c xcb
|
|
|
|
CONFIGURE_STYLE=imake
|
|
INSTALL_TARGET= install install.doc
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|