mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
413 B
Makefile
21 lines
413 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}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Challenging double decked solitaire game
|
|
|
|
USES= imake tar:Z
|
|
USE_XORG= x11 xext xaw xmu xt sm ice xpm
|
|
INSTALL_TARGET= install install.doc
|
|
CFLAGS+= -Wno-error=return-type
|
|
|
|
.include <bsd.port.mk>
|