mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e396cdbec8
PR: 38881 Submitted by: maintainer
28 lines
506 B
Makefile
28 lines
506 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: scid
|
|
# Date created: Mar 4, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scid
|
|
PORTVERSION= 3.3
|
|
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
|
|
|
|
ALL_TARGET= all strip
|
|
|
|
.include <bsd.port.mk>
|