2013-01-08 14:22:14 +01:00
|
|
|
# Created by: Martin Matuska <martin@matuska.org>
|
2000-04-06 06:07:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 00:49:07 +02:00
|
|
|
PORTNAME= mysqltcl
|
2013-01-08 14:22:14 +01:00
|
|
|
PORTVERSION= 3.052
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= databases tcl
|
2003-04-29 04:35:44 +02:00
|
|
|
MASTER_SITES= http://www.xdobry.de/mysqltcl/
|
2000-04-06 06:07:48 +02:00
|
|
|
|
2013-01-08 14:22:14 +01:00
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= TCL module for accessing MySQL databases based on msqltcl
|
2000-04-06 06:07:48 +02:00
|
|
|
|
2014-02-18 16:59:29 +01:00
|
|
|
USES= tcl
|
2006-10-09 16:18:23 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-07-23 17:05:34 +02:00
|
|
|
USE_MYSQL= yes
|
2006-10-09 16:18:23 +02:00
|
|
|
|
2014-02-18 16:59:29 +01:00
|
|
|
PLIST_FILES= lib/${PORTNAME}-${PORTVERSION}/libmysqltcl${PORTVERSION}.so \
|
|
|
|
lib/${PORTNAME}-${PORTVERSION}/pkgIndex.tcl \
|
|
|
|
man/mann/mysqltcl.n.gz
|
2006-10-09 16:18:23 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-01-08 14:22:14 +01:00
|
|
|
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-mysql-include=${LOCALBASE}/include/mysql \
|
|
|
|
--with-mysql-lib=${LOCALBASE}/lib/mysql \
|
|
|
|
--exec-prefix=${PREFIX}
|
2006-10-09 16:18:23 +02:00
|
|
|
|
2008-04-08 22:46:02 +02:00
|
|
|
.include <bsd.port.mk>
|