1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/sybtcl/Makefile
2013-12-11 18:08:52 +00:00

32 lines
685 B
Makefile

# Created by: mi
# $FreeBSD$
PORTNAME= sybtcl
PORTVERSION= 3.0rc2
PORTREVISION= 2
CATEGORIES= databases devel
MASTER_SITES= SF
MAINTAINER= mi@aldan.algebra.com
COMMENT= TCL extension to connect to Sybase servers
LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
USE_TCL= 84+
TCL_DVER= ${TCL_VER:S/.//}
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ARGS+= TCL_VER=${TCL_VER}
MANN= ${PORTNAME}.n
NO_STAGE= yes
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>