freebsd-ports/databases/postgresql-libpqxx3/Makefile
Thierry Thomas 86ed821488 Upgrade to 2.2.3.
Warning: broken on 4.x.

PR:		68217
Submitted by:	maintainer.
2004-06-23 22:19:23 +00:00

37 lines
839 B
Makefile

# New ports collection makefile for: PostgreSQL Pgaccess
# Date created: December 1st, 2002
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
PORTNAME= libpqxx
PORTVERSION= 2.2.3
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/
PKGNAMEPREFIX= postgresql-
DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net
COMMENT= A new C++ interface for PostgreSQL
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_LIBTOOL_VER=15
USE_GMAKE= YES
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
--enable-shared \
--with-postgres-include=${LOCALBASE}/include/postgresql
POSTGRESQL_PORT?= databases/postgresql7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "<ios> header missing on this platform"
.endif
.include <bsd.port.post.mk>