summaryrefslogtreecommitdiff
path: root/databases/mysqlcppapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysqlcppapi/Makefile')
-rw-r--r--databases/mysqlcppapi/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/mysqlcppapi/Makefile b/databases/mysqlcppapi/Makefile
deleted file mode 100644
index 3602c2cde051..000000000000
--- a/databases/mysqlcppapi/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca>
-# $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 <bsd.port.mk>