blob: 82ef7fe25d2493f08db87702f51989c103ed1c9a (
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
|
# ex:ts=8
# Ports collection makefile for: scid
# Date created: Mar 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= scid
PORTVERSION= 3.2
CATEGORIES= games
MASTER_SITES= http://scid.sourceforge.net/download/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
tk83:${PORTSDIR}/x11-toolkits/tk83
USE_XLIB= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|