mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a623e2d6cf
your interpreter with connectivity to a Sybase server. Althghough it was written to work with Sybase's own client libraries (not available for FreeBSD), this port patches it enough to make it work with FreeTDS. WWW: http://sybtcl.sourceforge.net/
36 lines
833 B
Makefile
36 lines
833 B
Makefile
# New ports collection makefile for: sybtcl
|
|
# Date created: Jul 30, 2002
|
|
# Whom: mi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sybtcl
|
|
PORTVERSION= 3.0rc2
|
|
CATEGORIES= databases devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= TCL extension to connect to Sybase servers
|
|
|
|
LIB_DEPENDS= tcl${TCL_DVER}:${PORTSDIR}/lang/tcl${TCL_DVER} \
|
|
sybdb:${PORTSDIR}/databases/freetds
|
|
|
|
TCL_VER?= 8.4
|
|
TCL_DVER= ${TCL_VER:S/.//}
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
MAKE_ARGS+= TCL_VER=${TCL_VER}
|
|
|
|
MANN= ${PORTNAME}.n
|
|
|
|
post-install:
|
|
#######
|
|
# This port installs two of the vendor-supplied sample programs,
|
|
# which have general-purpose utility. If you'd like to browse
|
|
# through other examples, do ``make patch'' and look inside the
|
|
# ${WRKSRC}/samples
|
|
#######
|
|
|
|
.include <bsd.port.mk>
|