2002-03-04 15:11:47 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: scid
|
|
|
|
# Date created: Mar 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scid
|
2004-03-08 10:00:12 +00:00
|
|
|
PORTVERSION= 3.6.1
|
2003-01-27 16:04:55 +00:00
|
|
|
CATEGORIES= games databases
|
2003-12-21 12:26:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-03-04 15:11:47 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-01-27 16:04:55 +00:00
|
|
|
MAINTAINER= volkmann@inode.at
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= A free chess database application
|
2002-03-04 15:11:47 +00:00
|
|
|
|
2003-01-27 16:04:55 +00:00
|
|
|
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \
|
|
|
|
tk84:${PORTSDIR}/x11-toolkits/tk84
|
2002-03-04 15:11:47 +00:00
|
|
|
|
2002-03-07 08:43:55 +00:00
|
|
|
USE_PYTHON= yes
|
2002-03-04 15:11:47 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2002-06-08 05:24:35 +00:00
|
|
|
ALL_TARGET= all strip
|
2002-03-07 08:43:55 +00:00
|
|
|
|
2002-03-04 15:11:47 +00:00
|
|
|
.include <bsd.port.mk>
|