2010-11-14 19:22:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:51 espie Exp $
|
2005-10-02 09:26:31 -04:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= C++ client API for PostgreSQL
|
2005-10-02 09:26:31 -04:00
|
|
|
|
|
|
|
DISTNAME= libpqxx-2.5.3
|
2010-09-01 05:17:42 -04:00
|
|
|
REVISION= 0
|
2005-10-02 09:26:31 -04:00
|
|
|
CATEGORIES= databases
|
2006-10-28 07:19:20 -04:00
|
|
|
SHARED_LIBS += pqxx 1.0 # .0.0
|
2005-10-02 09:26:31 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://gborg.postgresql.org/project/libpqxx/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
WANTLIB += pq>=4
|
2010-09-01 05:17:42 -04:00
|
|
|
|
2005-10-02 09:26:31 -04:00
|
|
|
MASTER_SITES= http://gborg.postgresql.org/download/libpqxx/stable/ \
|
|
|
|
ftp://gborg.postgresql.org/pub/libpqxx/stable/
|
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
LIB_DEPENDS= databases/postgresql
|
2005-10-02 09:26:31 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
# Regression tests connect to real database
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|