diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-07 16:43:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-07 16:43:55 +0800 |
commit | fd62d4eb4fb0d8031de55fef413ec26059ba1ab9 (patch) | |
tree | 834f842b8d2703f28d3064cd6aba6e0436bd060e /games | |
parent | fa7e9f4ccb8406f5d5666e50e7f374f9330207fa (diff) | |
download | freebsd-ports-graphics-fd62d4eb4fb0d8031de55fef413ec26059ba1ab9.tar.gz freebsd-ports-graphics-fd62d4eb4fb0d8031de55fef413ec26059ba1ab9.tar.zst freebsd-ports-graphics-fd62d4eb4fb0d8031de55fef413ec26059ba1ab9.zip |
add python dependency
strip binaries
add multi-language support
pass maintainship to submitter
PR: 35322
Submitted by: Friedrich Volkmann <volkmann@chello.at>
Diffstat (limited to 'games')
-rw-r--r-- | games/scid/Makefile | 9 | ||||
-rw-r--r-- | games/scid/files/patch-Makefile | 9 |
2 files changed, 7 insertions, 11 deletions
diff --git a/games/scid/Makefile b/games/scid/Makefile index 82ef7fe25d2..ce04d80fe8c 100644 --- a/games/scid/Makefile +++ b/games/scid/Makefile @@ -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> diff --git a/games/scid/files/patch-Makefile b/games/scid/files/patch-Makefile index f74b108db16..b876af48c5e 100644 --- a/games/scid/files/patch-Makefile +++ b/games/scid/files/patch-Makefile @@ -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 = - - - ############################################################ |