freebsd-ports/games/spider/Makefile
Stefan Eßer df7ab5150a Fix build with -fno-common
While here, add a license specification. The license appears to be a mix
of MIT and BSD licenses, but without the BSD clauses spelled out.
2020-09-03 13:42:20 +00:00

26 lines
569 B
Makefile

# Created by: se
# $FreeBSD$
PORTNAME= spider
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SUNSITE/games/solitaires
DISTNAME= ${PORTNAME}
MAINTAINER= ports@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
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.mk>