1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/mysqltcl/Makefile
Martin Matuska 24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00

35 lines
794 B
Makefile

# New ports collection makefile for: mysqltcl
# Date created: Thu Sep 28 16:07:00 CET 2006
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
PORTNAME= mysqltcl
PORTVERSION= 3.05
PORTREVISION= 1
CATEGORIES= databases tcl
MASTER_SITES= http://www.xdobry.de/mysqltcl/
MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= TCL module for accessing MySQL databases based on msqltcl
USE_LDCONFIG= yes
USE_MYSQL= yes
USE_TCL= 82+
USE_DOS2UNIX= generic/mysqltcl.c
MANN= mysqltcl.n
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
--with-mysql-include=${LOCALBASE}/include/mysql \
--with-mysql-lib=${LOCALBASE}/lib/mysql \
--exec-prefix=${PREFIX}
PLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \
LIB_NAME=libmysqltcl${PORTVERSION}.so
.include <bsd.port.mk>