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