summaryrefslogtreecommitdiffstats
path: root/databases/sybtcl/Makefile
blob: 4944aef7c523fd80ed949290c8178b5f08a035c0 (plain)
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
28
29
30
31
32
33
# Created by: mi
# $FreeBSD$

PORTNAME=	sybtcl
DISTVERSION=	3.0rc2
PORTREVISION=	2
CATEGORIES=	databases devel
MASTER_SITES=	SF

MAINTAINER=	mi@aldan.algebra.com
COMMENT=	TCL extension to connect to Sybase servers

BROKEN=		Unfetchable
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2015-11-26

LIB_DEPENDS=	libsybdb.so:${PORTSDIR}/databases/freetds

USES=		tcl uidfix
TCL_DVER=	${TCL_VER:S/.//}
MAKEFILE=	${FILESDIR}/Makefile.bsd
MAKE_ARGS+=	TCL_VER=${TCL_VER} \
		STAGEDIR=${STAGEDIR}

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>
OpenPOWER on IntegriCloud