blob: fc3b1e7e4de63f91e4773e56098e51ec52375ae5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection Makefile for: NetSpades
# Date created: 23 July 2002
# Whom: Frank Laszlo <laszlof@freebsdmatrix.net>
#
# $FreeBSD$
#
PORTNAME= NetSpades
PORTVERSION= 4.2.0
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.ece.rice.edu/~brentmh/spades/
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Very popular card game for 1-4 players over a network
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
GNU_CONFIGURE= 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>
|