mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
19 lines
358 B
Makefile
19 lines
358 B
Makefile
|
# 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>
|