mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add python dependency
strip binaries add multi-language support pass maintainship to submitter PR: 35322 Submitted by: Friedrich Volkmann <volkmann@chello.at>
This commit is contained in:
parent
34207a7342
commit
7fd7cd5aad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55677
@ -8,17 +8,22 @@
|
||||
|
||||
PORTNAME= scid
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= games
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games databases tk83 tcl83
|
||||
MASTER_SITES= http://scid.sourceforge.net/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= volkmann@chello.at
|
||||
|
||||
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
|
||||
tk83:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-build:
|
||||
@(cd ${WRKSRC}; ${GMAKE} strip)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -49,12 +49,3 @@
|
||||
|
||||
### DEBUG: Defining the macro ASSERTIONS will turn on assertions, which
|
||||
# helps to track bugs after modifications, but the programs will run
|
||||
@@ -110,7 +110,7 @@
|
||||
# can reduce the size of the Scid program by only specifying
|
||||
# the languages you want supported.
|
||||
#
|
||||
-LANGUAGES = tcl/deutsch.tcl tcl/francais.tcl tcl/italian.tcl tcl/nederlan.tcl tcl/spanish.tcl tcl/portbr.tcl tcl/swedish.tcl tcl/norsk.tcl tcl/polish.tcl tcl/czech.tcl tcl/serbian.tcl
|
||||
+LANGUAGES =
|
||||
|
||||
|
||||
############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user