1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/spider/Makefile
Danilo Egea Gondolfo b5950c0e12 - Add stage support
2013-11-11 01:31:06 +00:00

22 lines
428 B
Makefile

# Created by: se
# $FreeBSD$
PORTNAME= spider
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SUNSITE
MASTER_SITE_SUBDIR= games/solitaires
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Challenging double decked solitaire game
USES= imake
USE_XORG= x11 xext xaw xmu xt sm ice xpm
INSTALL_TARGET= install install.doc
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>