diff options
Diffstat (limited to 'databases/libiodbc/Makefile')
-rw-r--r-- | databases/libiodbc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile new file mode 100644 index 000000000000..424ca992b0f2 --- /dev/null +++ b/databases/libiodbc/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: libiodbc +# Date created: 24 Mar 2000 +# Whom: erikhb@bgnett.no +# +# $FreeBSD$ +# + +PORTNAME= libiodbc +PORTVERSION= 2.50.3 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyODBC/ + +MAINTAINER= erikhb@bgnett.no + +USE_LIBTOOL= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |