summaryrefslogtreecommitdiff
path: root/databases/freetds/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2000-05-16 01:03:47 +0000
committertsarna <tsarna@pkgsrc.org>2000-05-16 01:03:47 +0000
commit62396aef989b9abfb1a2b7f7d2312aa1fefc365d (patch)
tree882aa0e8e057888030050e2f35d7cf1f4397b7b8 /databases/freetds/Makefile
parentbeff619a18c4a06d2772e36d3837d89ff9c583af (diff)
downloadpkgsrc-62396aef989b9abfb1a2b7f7d2312aa1fefc365d.tar.gz
Initial import of pkg for FreeTDS 0.50:
FreeTDS is a free (open source, LGPL-licensed) implementation of Sybase's db-lib, ct-lib, and ODBC libraries. Currently, dblib and ctlib are most mature. Both of these libraries have several programs know to compile and run against them. ODBC is just a roughed in skeleton, and not useful for real work. FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can access both Sybase and Microsoft SQL-Servers. Experimental support for TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
Diffstat (limited to 'databases/freetds/Makefile')
-rw-r--r--databases/freetds/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
new file mode 100644
index 00000000000..433630729e2
--- /dev/null
+++ b/databases/freetds/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $
+
+DISTNAME= freetds-0.50
+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/
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}/freetds
+USE_GMAKE= yes
+
+WRKSRC= ${WRKDIR}/freetds
+
+#post-install:
+# ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/db
+
+.include "../../mk/bsd.pkg.mk"