2003-01-05 01:11:39 +01:00
|
|
|
# New ports collection makefile for: PostgreSQL Pgaccess
|
|
|
|
# Date created: December 1st, 2002
|
|
|
|
# Whom: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libpqxx
|
2011-09-12 11:49:57 +02:00
|
|
|
PORTVERSION= 3.1
|
2003-01-05 01:11:39 +01:00
|
|
|
CATEGORIES= databases
|
2009-01-30 21:20:17 +01:00
|
|
|
MASTER_SITES= http://pqxx.org/download/software/libpqxx/
|
2003-09-03 10:04:08 +02:00
|
|
|
PKGNAMEPREFIX= postgresql-
|
2003-01-05 01:11:39 +01:00
|
|
|
DIST_SUBDIR= postgresql
|
|
|
|
|
2012-01-19 04:35:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-07 21:46:18 +01:00
|
|
|
COMMENT= A new C++ interface for PostgreSQL
|
2003-01-05 01:11:39 +01:00
|
|
|
|
2010-02-07 20:09:30 +01:00
|
|
|
CONFLICTS= postgresql-libpqxx-3.*
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_PGSQL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-06-24 20:45:32 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2003-01-05 01:11:39 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
|
2004-06-24 00:19:23 +02:00
|
|
|
--enable-shared \
|
2003-01-05 01:11:39 +01:00
|
|
|
--with-postgres-include=${LOCALBASE}/include/postgresql
|
|
|
|
|
2009-01-05 18:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|