# ex:ts=8
# Ports collection makefile for:	scid
# Date created:			Mar 4, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/games/scid/Makefile,v 1.2 2002/03/07 08:43:55 ijliao Exp $
#

PORTNAME=	scid
PORTVERSION=	3.2
PORTREVISION=	1
CATEGORIES=	games databases tk83 tcl83
MASTER_SITES=	http://scid.sourceforge.net/download/ \
		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

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>
