-fno-common fixes from Michael Warmuth-Uhl. While here, regen patches and replace master site/distfile with existing ones.
23 lines
433 B
Makefile
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>
|