mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
450 B
Makefile
21 lines
450 B
Makefile
# Created by: 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=${WISH}
|
|
USES+= tk
|
|
MAN6= dontspace.6
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|