aboutsummaryrefslogtreecommitdiff
path: root/databases/unixODBC/Makefile
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-05-11 15:41:27 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-05-11 15:41:27 +0000
commit75f67d8b0ca6f8dcc73788e7f226282dfd9dc4f3 (patch)
tree6e0256bbbd40f82db3023c4e9b148c0be265f602 /databases/unixODBC/Makefile
parent693967460688715cd2980f51885a33cfba17d369 (diff)
downloadports-75f67d8b0ca6f8dcc73788e7f226282dfd9dc4f3.tar.gz
ports-75f67d8b0ca6f8dcc73788e7f226282dfd9dc4f3.zip
Add unixODBC port
Notes
Notes: svn path=/head/; revision=28407
Diffstat (limited to 'databases/unixODBC/Makefile')
-rw-r--r--databases/unixODBC/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
new file mode 100644
index 000000000000..78dcc389d296
--- /dev/null
+++ b/databases/unixODBC/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: unixODBC
+# Version Required: 1.8.8
+# Date created: May 11, 2000
+# Whom: Nick Sayer <nsayer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= unixODBC
+PORTVERSION= 1.8.8
+CATEGORIES= databases
+MASTER_SITES= http://www.unixodbc.org/
+
+MAINTAINER= nsayer@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>