blob: 3058dccfcce45f72c35328824c720ea8d04cff0a (
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
|
# New ports collection makefile for: dontspace
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
PORTNAME= dontspace
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= games tk84
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= ports@FreeBSD.org
COMMENT= A solitaire game for X11 modeled after Free Space
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.4
USE_TK= yes
MAN6= dontspace.6
.include <bsd.port.mk>
|