1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix shebangs

- Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-08 01:33:55 +00:00
parent 8c7a2d0b92
commit 347a145d9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396350

View File

@ -3,16 +3,20 @@
PORTNAME= klondike
PORTVERSION= 1.9
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games tk
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= faber@isi.edu
COMMENT= Solitaire game for X11
USES= tk:run
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>