freebsd-ports/games/dontspace/Makefile
Martin Matuska 24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00

24 lines
550 B
Makefile

# New ports collection makefile for: dontspace
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
# $FreeBSD$
#
PORTNAME= dontspace
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= games tk
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>