diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 58e816b43aa8..1ae713d36061 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -1,35 +1,32 @@ PORTNAME= tcl-lmdb -PORTVERSION= 0.4.3 +DISTVERSION= 0.4.3 PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= Tcl interface to the Lightning Memory-Mapped Database -WWW= https://sites.google.com/site/ray2501/tcl-lmdb +WWW= https://github.com/ray2501/tcl-lmdb LICENSE= BSD2CLAUSE LIB_DEPENDS= liblmdb.so:databases/lmdb -USES= gmake tcl:tea +USES= gmake localbase:ldflags tcl:tea USE_GITHUB= yes GH_ACCOUNT= ray2501 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-system-lmdb GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --with-system-lmdb TEST_TARGET= test PLIST_FILES= lib/${TCL_PKG}/lib${TCL_PKG}.so \ lib/${TCL_PKG}/pkgIndex.tcl \ share/man/mann/lmdb.n.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so .include