diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-07 08:43:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-07 08:43:55 +0000 |
commit | 7fd7cd5aad45f558dcce105fc7efe3c0367babd7 (patch) | |
tree | 08dfff88161fd4adbc7c01470d0981f39f851d1c | |
parent | 34207a7342622298138d29695340f91ded161cf2 (diff) | |
download | ports-7fd7cd5aad45f558dcce105fc7efe3c0367babd7.tar.gz ports-7fd7cd5aad45f558dcce105fc7efe3c0367babd7.zip |
Notes
-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 82ef7fe25d24..ce04d80fe8cb 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 f74b108db16b..b876af48c5ef 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 = - - - ############################################################ |