89f67fd424
removed all the old unittests from the samples directory endian detection fixed 'make check' and ctlib unittests TDS 7.0 fixes, numerics et al dead connection handling query timeout stuff
21 lines
574 B
Makefile
21 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/04/04 13:52:11 mjl Exp $
|
|
|
|
DISTNAME= freetds-0.51
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tsarna@netbsd.org
|
|
HOMEPAGE= http://www.freetds.org/
|
|
COMMENT= LGPL'd implementation of Sybase's db-lib/ct-lib/ODBC libs
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}/freetds --with-tdsver=7.0
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
#post-install:
|
|
# ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/db
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|