naddy 0534874aa7 games/spider: fix build with -fno-common
-fno-common fixes from Michael Warmuth-Uhl.

While here, regen patches and replace master site/distfile with
existing ones.
2021-02-19 20:45:31 +00:00

23 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.30 2021/02/19 20:45:31 naddy Exp $
COMMENT= challenging double decked solitaire game
DISTNAME= spider
PKGNAME= spider-1.1
REVISION = 7
CATEGORIES= games
MASTER_SITES= ${MASTER_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>