aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-18 19:45:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-18 19:45:08 +0000
commit4e115a32a1f2fea1c4a1f9a4799515aa1a236434 (patch)
treee5ed23a5e17288abdfe189ede10ffb87957b4726
parent9b688d4b0f5ab518c60d852eb6f04feb15816def (diff)
downloadports-4e115a32a1f2fea1c4a1f9a4799515aa1a236434.tar.gz
ports-4e115a32a1f2fea1c4a1f9a4799515aa1a236434.zip
games/scid: Unbreak by fixing shebang
Also add LICENSE. Approved by: portmgr (port compliance, infrastructure)
Notes
Notes: svn path=/head/; revision=464945
-rw-r--r--games/scid/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile
index cb42810c9649..24f5b39d4ffe 100644
--- a/games/scid/Makefile
+++ b/games/scid/Makefile
@@ -10,11 +10,17 @@ MASTER_SITES= SF/${PORTNAME}/Scid/Scid%204.6/
MAINTAINER= bsd@volki.at
COMMENT= Free chess database application
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
HAS_CONFIGURE= yes
USES= gmake python shebangfix tk:85+ zip
SHEBANG_FILES= tcl/lang/checklangs.tcl \
tcl/lang/propagatelang.tcl \
- tcl/lang/removetoken.tcl
+ tcl/lang/removetoken.tcl \
+ scripts/eco2pgn.py \
+ scripts/pgnfix.py \
+ scripts/twic2scid.py
TCL_LIBRARY= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}