347a145d9d
- Add LICENSE - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# Created by: johnh@isi.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= klondike
|
|
PORTVERSION= 1.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= games tk
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
|
|
|
|
MAINTAINER= faber@isi.edu
|
|
COMMENT= Solitaire game for X11
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= shebangfix tk:run
|
|
SHEBANG_FILES= *.tcl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
|
|
CONFIGURE_ENV= WISHX=${WISH}
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|