1997-05-07 09:44:38 +02:00
|
|
|
# New ports collection makefile for: dontspace
|
|
|
|
# Date created: 26-Apr-97
|
|
|
|
# Whom: johnh@isi.edu
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1997-05-07 09:44:38 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:43:02 +02:00
|
|
|
PORTNAME= dontspace
|
|
|
|
PORTVERSION= 1.2
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= games tk82
|
|
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
|
1997-05-07 09:44:38 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAINTAINER= johnh@isi.edu
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= A solitaire game for X11 modeled after Free Space
|
1997-05-07 09:44:38 +02:00
|
|
|
|
1999-11-28 19:32:45 +01:00
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
1997-05-07 09:44:38 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
|
1997-05-07 09:44:38 +02:00
|
|
|
--mandir=${PREFIX}/man
|
2001-01-16 18:33:20 +01:00
|
|
|
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
|
|
|
|
MAN6= dontspace.6
|
1997-05-07 09:44:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|