mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
26 lines
527 B
Makefile
26 lines
527 B
Makefile
# New ports collection makefile for: spider
|
|
# Date created: 2 Oct 1995
|
|
# Whom: se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spider
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/solitaires
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A 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
|
|
|
|
.include <bsd.port.mk>
|