mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
20 lines
398 B
Makefile
20 lines
398 B
Makefile
# Created by: se
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spider
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= SUNSITE/games/solitaires
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Challenging double decked solitaire game
|
|
|
|
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>
|