forked from Lainports/freebsd-ports
regarded as a major release with features with interest to those with large databases. The updates are extensive and the best source of info is in the release notes. Enjoy and direct questions to database@! Release notes: http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4 PR: ports/59403, ports/59404, ports/59393, ports/59394, ports/59395, ports/59397, ports/59398, ports/59402, && ports/59401 Submitted by: maintainer Approved by: marcus (portmgr@ hat)
28 lines
683 B
Makefile
28 lines
683 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.1.1
|
|
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
|
|
|
|
POSTGRESQL_PORT?= databases/postgresql7
|
|
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
|
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
INSTALLS_SHLIB= YES
|
|
|
|
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
|
|
--with-postgres-include=${LOCALBASE}/include/postgresql
|
|
|
|
.include <bsd.port.mk>
|