freebsd-ports/games/dontspace/Makefile
2008-04-09 13:42:26 +00:00

23 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= 2
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>