1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/dontspace/Makefile
Mark Linimon d4b473e0a5 Reset maintainer at his request.
Hat:		portmgr
2007-07-05 21:37:08 +00:00

25 lines
579 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 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 \
--mandir=${PREFIX}/man
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.4
USE_TK= yes
MAN6= dontspace.6
.include <bsd.port.mk>