2013-03-08 12:32:11 +01:00
|
|
|
# Created by: Anders Nordby <anders@fix.no>
|
2001-04-27 09:40:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mdbtools
|
2020-08-02 16:50:56 +02:00
|
|
|
DISTVERSION= 0.8.2
|
2001-04-27 09:40:58 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
2013-11-10 20:18:42 +01:00
|
|
|
MAINTAINER= rhurlin@gwdg.de
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Utilities and libraries to export data from MS Access databases (.mdb)
|
2001-04-27 09:40:58 +02:00
|
|
|
|
2013-11-10 20:18:42 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-01-08 01:21:57 +01:00
|
|
|
# To build man-pages
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= gawk:lang/gawk \
|
|
|
|
txt2man:textproc/txt2man
|
|
|
|
LIB_DEPENDS= libodbc.so:databases/unixODBC
|
2020-08-02 16:50:56 +02:00
|
|
|
# TODO libmswstr: https://github.com/leecher1337/libmswstr
|
|
|
|
#LIB_DEPENDS+= libmswstr.so:databases/libmswstr
|
2015-09-13 15:16:42 +02:00
|
|
|
|
2019-11-08 10:37:29 +01:00
|
|
|
USES= autoreconf bison gettext-runtime gnome iconv libtool pathfix \
|
|
|
|
pkgconfig readline
|
2013-11-10 20:18:42 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-15 07:34:55 +02:00
|
|
|
USE_GNOME= glib20
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-30 23:21:39 +02:00
|
|
|
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
2020-08-02 16:50:56 +02:00
|
|
|
--enable-gtk-doc \
|
2014-05-06 09:32:18 +02:00
|
|
|
--with-unixodbc=${LOCALBASE}
|
2020-08-02 16:50:56 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= cyberemissary
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS GNOME
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2014-08-30 23:21:39 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2001-04-27 09:40:58 +02:00
|
|
|
|
2003-04-08 22:42:50 +02:00
|
|
|
DOCS= AUTHORS ChangeLog HACKING NEWS README TODO
|
2001-04-27 09:40:58 +02:00
|
|
|
|
2015-09-13 15:16:42 +02:00
|
|
|
GNOME_CONFIGURE_ENABLE= gmdb2
|
2020-08-02 16:50:56 +02:00
|
|
|
GNOME_USE= GNOME=gconf2 \
|
|
|
|
GNOME=gdkpixbuf2 \
|
|
|
|
GNOME=gnomeprefix \
|
|
|
|
GNOME=intltool \
|
|
|
|
GNOME=libgnomeui
|
2002-10-22 19:36:56 +02:00
|
|
|
|
2015-09-13 15:16:42 +02:00
|
|
|
post-install-DOCS-on:
|
2013-11-10 20:18:42 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
2001-04-27 09:40:58 +02:00
|
|
|
|
2015-09-13 15:16:42 +02:00
|
|
|
.include <bsd.port.mk>
|