diff options
Diffstat (limited to 'games/spider/Makefile')
-rw-r--r-- | games/spider/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index 010f1703b034..49538e541ae3 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -1,25 +1,22 @@ -# New ports collection makefile for: spider -# Date created: 2 Oct 1995 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= spider PORTVERSION= 1.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= SUNSITE MASTER_SITE_SUBDIR= games/solitaires DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A challenging double decked solitaire game +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> |