diff options
| author | Steve Wills <swills@FreeBSD.org> | 2020-08-02 14:50:56 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2020-08-02 14:50:56 +0000 |
| commit | e6132ea36076ada57ab66afc83db532aef1cc0fc (patch) | |
| tree | e1125e4645d4759e46d47b92a4ed743d0f58a1f1 /databases/mdbtools/Makefile | |
| parent | Fix python 2 issue with 2.0.0 (diff) | |
atabases/mdbtools: Update to 0.8.2
PR: 247764
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=543967
Diffstat (limited to 'databases/mdbtools/Makefile')
| -rw-r--r-- | databases/mdbtools/Makefile | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index bf9690066a19..4699081276f0 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mdbtools -PORTVERSION= 0.7.1 -PORTREVISION= 7 +DISTVERSION= 0.8.2 CATEGORIES= databases MAINTAINER= rhurlin@gwdg.de @@ -15,25 +14,34 @@ LICENSE= GPLv2 BUILD_DEPENDS= gawk:lang/gawk \ txt2man:textproc/txt2man LIB_DEPENDS= libodbc.so:databases/unixODBC - -OPTIONS_DEFINE= GNOME DOCS -OPTIONS_SUB= yes +# TODO libmswstr: https://github.com/leecher1337/libmswstr +#LIB_DEPENDS+= libmswstr.so:databases/libmswstr USES= autoreconf bison gettext-runtime gnome iconv libtool pathfix \ pkgconfig readline -USE_GITHUB= yes -GH_ACCOUNT= brianb USE_LDCONFIG= yes USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ + --enable-gtk-doc \ --with-unixodbc=${LOCALBASE} + +USE_GITHUB= yes +GH_ACCOUNT= cyberemissary + +OPTIONS_DEFINE= DOCS GNOME +OPTIONS_SUB= yes + INSTALL_TARGET= install-strip DOCS= AUTHORS ChangeLog HACKING NEWS README TODO GNOME_CONFIGURE_ENABLE= gmdb2 -GNOME_USE= GNOME=gnomeprefix GNOME=libgnomeui GNOME=gconf2 GNOME=intltool +GNOME_USE= GNOME=gconf2 \ + GNOME=gdkpixbuf2 \ + GNOME=gnomeprefix \ + GNOME=intltool \ + GNOME=libgnomeui post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |
