mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add netspades, a network Card game.
PR: 42090 Submitted by: Frank J. Laszlo <laszlof@freebsdmatrix.net>
This commit is contained in:
parent
ecd1c10ae6
commit
fbb6d7f285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71045
@ -213,6 +213,7 @@
|
||||
SUBDIR += netrek-BRMH-bin
|
||||
SUBDIR += netrek-COW3-bin
|
||||
SUBDIR += netris
|
||||
SUBDIR += netspades
|
||||
SUBDIR += nettoe
|
||||
SUBDIR += newkind
|
||||
SUBDIR += newvox
|
||||
|
25
games/netspades/Makefile
Normal file
25
games/netspades/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection Makefile for: NetSpades
|
||||
# Date created: 23 July 2002
|
||||
# Whom: Frank Laszlo <laszlof@freebsdmatrix.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= NetSpades
|
||||
PORTVERSION= 4.2.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.ece.rice.edu/~brentmh/spades/
|
||||
|
||||
MAINTAINER= laszlof@freebsdmatrix.net
|
||||
|
||||
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -ltermcap"
|
||||
|
||||
MAN6= gspades.6 slspades.6 spadesd.6
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/netspades/distinfo
Normal file
1
games/netspades/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (NetSpades-4.2.0.tar.gz) = 8885681f3cd062a62c6fde4ecb6868dd
|
1
games/netspades/pkg-comment
Normal file
1
games/netspades/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Very popular card game for 1-4 players over a network
|
10
games/netspades/pkg-descr
Normal file
10
games/netspades/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Spades (known in some places as 500) is a four-player, team-based
|
||||
game whose object is to be the first team to score 500 points by
|
||||
bidding on, and taking tricks.
|
||||
|
||||
NetSpades includes:
|
||||
- the server program,
|
||||
- a console-based client (using the SLang library),
|
||||
- and an X-based client (using the GTK library).
|
||||
|
||||
WWW: http://www.ece.rice.edu/~brentmh/spades/
|
3
games/netspades/pkg-plist
Normal file
3
games/netspades/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/gspades
|
||||
bin/slspades
|
||||
bin/spadesd
|
Loading…
Reference in New Issue
Block a user