diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 23:00:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 23:00:49 +0800 |
commit | 3b0b1a8b2418b087ad8183f1051ee7d5df913a86 (patch) | |
tree | 31a67b074e56a16e6ec7be7478da5dd2005a4249 /databases | |
parent | 3b130c825c46a85d5823750cd227c5cd3d1b08f8 (diff) | |
download | freebsd-ports-gnome-3b0b1a8b2418b087ad8183f1051ee7d5df913a86.tar.gz freebsd-ports-gnome-3b0b1a8b2418b087ad8183f1051ee7d5df913a86.tar.zst freebsd-ports-gnome-3b0b1a8b2418b087ad8183f1051ee7d5df913a86.zip |
- Switch to USES=autoreconf
- Add LICENSE_FILE
Diffstat (limited to 'databases')
-rw-r--r-- | databases/speedtables/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index e6ce8edf7b8c..7b4d38da25aa 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -10,29 +10,25 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= High-performance memory-resident database LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX \ libboost_graph.so:${PORTSDIR}/devel/boost-libs -OPTIONS_DEFINE= DOCS PGSQL -PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} -PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:${PORTSDIR}/databases/postgresql94-pgtcl - -PORTDOCS= * - -USES= tcl - -USE_AUTOTOOLS= autoconf USE_GITHUB= yes GH_ACCOUNT= flightaware +USES= autoreconf tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \ --with-boost=${PREFIX} \ --with-tcl=${TCL_LIBDIR} -pre-configure: - @cd ${WRKSRC} && ${AUTORECONF} +PORTDOCS= * + +OPTIONS_DEFINE= DOCS PGSQL +PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} +PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:${PORTSDIR}/databases/postgresql94-pgtcl post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |