aboutsummaryrefslogtreecommitdiff
path: root/databases/libodbc++/Makefile
blob: f677de7d67cd33c8d2f5ccf1699e78d10618de70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PORTNAME=	libodbc++
PORTVERSION=	0.2.5
PORTREVISION=	5
CATEGORIES=	databases devel
MASTER_SITES=	SF/libodbcxx/libodbc%2B%2B/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ class library and toolset for ODBC access to data sources
WWW=		http://orcane.net/freeodbc++/

LICENSE=	GPLv2

LIB_DEPENDS=	libodbc.so:databases/unixODBC

USES=		gmake libtool ncurses pathfix pkgconfig readline tar:bzip2
USE_CXXSTD=	c++14
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-isqlxx --with-odbc=${LOCALBASE}

INSTALL_TARGET=	install-strip

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS=	progref

OPTIONS_DEFINE=	DOXYGEN DOCS

DOXYGEN_IMPLIES=	DOCS
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen

post-extract:
	${RM} ${WRKSRC}/doc/progref/progref-stamp

post-patch:
	@${REINPLACE_CMD} -e 's|-ltermcap|-lncurses|' ${WRKSRC}/configure

.include <bsd.port.mk>