openbsd-ports/games/spider/Makefile
sthen 035785ef7e a couple more missing prototypes needed for 64-bit arch,
from Michael Warmuth. regen PLIST while there.
2008-10-14 22:54:22 +00:00

25 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.19 2008/10/14 22:54:22 sthen Exp $
COMMENT= challenging double decked solitaire game
DISTNAME= spider
PKGNAME= spider-1.1p2
CATEGORIES= games
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c
CONFIGURE_STYLE=imake
INSTALL_TARGET= install install.doc
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>