1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/spider/Makefile
Antoine Brodin 088829ba31 Unbreak with clang using -Wno-error=return-type (old K&R code)
Approved by:	miwi, eadler (mentors, implicit)
2013-05-31 08:08:28 +00:00

23 lines
446 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
USE_IMAKE= yes
USE_XORG= x11 xext xaw xmu xt sm ice xpm
INSTALL_TARGET= install install.doc
MAN1= spider.1
CFLAGS+= -Wno-error=return-type
.include <bsd.port.mk>