035785ef7e
from Michael Warmuth. regen PLIST while there.
25 lines
499 B
Makefile
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>
|