diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 01:33:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 01:33:55 +0000 |
commit | 347a145d9d78cfcc19df287f380157a7c3516695 (patch) | |
tree | 3e7345a2de4bef8aad013c9130736fef9e15c9bb | |
parent | - Split xpdfopen package from texlive-base. This is because it is the only (diff) |
- Fix shebangs
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=396350
-rw-r--r-- | games/klondike/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index a086d4c50551..946d380a785f 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -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> |