2002-11-24 23:27:04 +01:00
|
|
|
# New ports collection Makefile for: NetSpades
|
|
|
|
# Date created: 23 July 2002
|
|
|
|
# Whom: Frank Laszlo <laszlof@freebsdmatrix.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= NetSpades
|
|
|
|
PORTVERSION= 4.2.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2002-11-24 23:27:04 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.ece.rice.edu/~brentmh/spades/
|
|
|
|
|
2010-04-05 01:51:46 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Very popular card game for 1-4 players over a network
|
2002-11-24 23:27:04 +01:00
|
|
|
|
2009-02-08 04:14:14 +01:00
|
|
|
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
2002-11-24 23:27:04 +01:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
|
2002-11-24 23:27:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gtk12
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -ltermcap
|
2002-11-24 23:27:04 +01:00
|
|
|
|
|
|
|
MAN6= gspades.6 slspades.6 spadesd.6
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|