mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
46 lines
1.8 KiB
Tcl
46 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup mdbtools mdbtools 1.0.1 v
|
|
github.tarball_from releases
|
|
license {GPL-2+ LGPL}
|
|
description libraries and programs to help using MSAccess databases
|
|
long_description \
|
|
MDB Tools is a suite of libraries and programs to facilitate the use of \
|
|
Microsoft Access databases, also known as Jet databases after the Microsoft \
|
|
Jet Database Engine or as MDB databases after the .mdb extension used by the \
|
|
file containing the database.
|
|
|
|
categories databases devel
|
|
maintainers nomaintainer
|
|
|
|
depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
checksums rmd160 41bc5fb82ccaaadf52d47f33548a3facf14dc836 \
|
|
sha256 ff9c425a88bc20bf9318a332eec50b17e77896eef65a0e69415ccb4e396d1812 \
|
|
size 672774
|
|
|
|
compiler.thread_local_storage yes
|
|
|
|
configure.args-append --disable-silent-rules \
|
|
--enable-as-needed \
|
|
--mandir=${prefix}/share/man
|
|
|
|
depends_build-append port:bison \
|
|
port:flex \
|
|
port:gawk \
|
|
port:pkgconfig
|
|
|
|
configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
|
|
|
|
variant unixodbc conflicts iodbc description {build odbc driver against unixODBC} {
|
|
depends_lib-append port:unixODBC
|
|
configure.args-append --with-unixodbc=${prefix}
|
|
}
|
|
|
|
variant iodbc conflicts unixodbc description {build odbc driver against iODBC} {
|
|
depends_lib-append port:libiodbc
|
|
configure.args-append --with-iodbc=${prefix}
|
|
}
|