aboutsummaryrefslogtreecommitdiff
path: root/games/spider/Makefile
blob: 13e8d054958da1ec1462060cdbdc6854602cf586 (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
25
26
27
28
29
30
31
32
33
PORTNAME=	spider
PORTVERSION=	1.1
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/solitaires
DISTNAME=	${PORTNAME}

MAINTAINER=	bofh@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

DEPRECATED=	SUNSITE is no longer maintained
EXPIRATION_DATE=2024-04-05

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.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

.include <bsd.port.post.mk>