aboutsummaryrefslogtreecommitdiff
path: root/games/spider/Makefile
blob: e333fa44cc06494656ab815003f519bf0c8dcd63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: se

PORTNAME=	spider
PORTVERSION=	1.1
PORTREVISION=	4
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/solitaires
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Challenging double decked solitaire game

LICENSE=	Spider
LICENSE_GROUPS=	BSD
LICENSE_NAME=	Spider license
LICENSE_FILE=	${WRKSRC}/copyright.h
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

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>