pkgsrc/databases/mariadb105-client/Makefile
wiz b5d6d92ccd *: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-21 07:46:31 +00:00

16 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/10/21 07:46:33 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 3
COMMENT= MariaDB 10.5, a free MySQL compatible database (client)
CONFLICTS= mysql-client-[0-9]*
.include "Makefile.common"
CMAKE_ARGS+= -DWITHOUT_SERVER=ON
INSTALL_DIRS+= client include libmariadb man scripts
.include "options.mk"
.include "../../mk/bsd.pkg.mk"