diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 08:23:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 08:23:02 +0000 |
commit | 1fdcbff77843ddc522c0e21561849b32891c5287 (patch) | |
tree | 40cd4d001286a0b821065eacccdf7e22146e5922 /databases/libiodbc/Makefile | |
parent | 8d1228a7a52218e6dbf5aec6edcc3ab87eaac513 (diff) | |
download | ports-1fdcbff77843ddc522c0e21561849b32891c5287.tar.gz ports-1fdcbff77843ddc522c0e21561849b32891c5287.zip |
Notes
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> |