blob: a05bc6417bf6006f270c63cf96bdf65aa1e7df33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: se
# $FreeBSD$
PORTNAME= spider
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SUNSITE/games/solitaires
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Challenging double decked solitaire game
USES= imake tar:Z xorg
USE_XORG= x11 xext xaw xmu xt sm ice xpm
INSTALL_TARGET= install install.doc
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>
|