blob: 3d0e95b0e06d01ac14965c0ca6d2484cf5fcd5e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# Ports collection makefile for: scid
# Date created: Mar 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= scid
PORTVERSION= 3.6.1
CATEGORIES= games databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= volkmann@inode.at
COMMENT= A free chess database application
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \
tk84:${PORTSDIR}/x11-toolkits/tk84
USE_PYTHON= yes
USE_XLIB= yes
USE_GMAKE= yes
ALL_TARGET= all strip
.include <bsd.port.mk>
|