# Created by: Jie Gao # $FreeBSD$ PORTNAME= mysqlcppapi PORTVERSION= 1.9.3 PORTREVISION= 3 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fork of mysql++ C++ API for MySQL USE_AUTOTOOLS= libtool USE_MYSQL= yes USES= pathfix pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-mysql=${LOCALBASE} USE_LDCONFIG= yes NO_STAGE= yes post-patch: ${REINPLACE_CMD} s/libmysqlcppapi-1.9/libmysqlcppapi/g \ ${WRKSRC}/mysqlcppapi/Makefile.in ${WRKSRC}/examples/Makefile.in ${FIND} ${WRKSRC}/mysqlcppapi -name Makefile.in \ -exec ${REINPLACE_CMD} -e \ '/^library_includedir =/s,\$$(GENERIC_LIBRARY_NAME)-2.0/,,g' '{}' \; .include