8ceb410621
GA 1.1.7 - - Add JSON support - Allow building without server flags (Bug#21391025) - Correct relative() not seeking after changing position.(Bug#21152054)
24 lines
716 B
Makefile
24 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/03/08 15:40:02 wiz Exp $
|
|
|
|
DISTNAME= mysql-connector-c++-1.1.7
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-C++/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dev.mysql.com/downloads/connector/cpp/
|
|
COMMENT= Standardized mysql database driver for C++ development
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
INSTALLATION_DIRS= share/doc/mysql-connector-c++
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX} && mv ANNOUNCEMENT COPYING INSTALL README \
|
|
Licenses_for_Third-Party_Components.txt \
|
|
share/doc/mysql-connector-c++/
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|