e64df09de8
symbols as static. Add defines to allow compile against MSDB-oriented flavour of freetds (as installed by databases/freetds-msdblib). The default remains to depend on Sybase-using databases/freetds, but if it is the freetds-msdblib that is actually installed at build-time, we should now build against it properly.
35 lines
797 B
Makefile
35 lines
797 B
Makefile
# New ports collection makefile for: sybtcl
|
|
# Date created: Jul 30, 2002
|
|
# Whom: mi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sybtcl
|
|
PORTVERSION= 3.0rc2
|
|
PORTREVISION= 1
|
|
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= sybdb:${PORTSDIR}/databases/freetds
|
|
|
|
USE_TCL= 83+
|
|
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>
|