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
|
2010-02-07 20:08:32 +01:00
|
|
|
PORTVERSION= 3.0.2
|
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
|
|
|
|
|
2010-02-07 20:08:32 +01:00
|
|
|
MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv
|
2004-11-07 21:46:18 +01:00
|
|
|
COMMENT= A new C++ interface for PostgreSQL
|
2003-01-05 01:11:39 +01:00
|
|
|
|
2012-06-13 00:07:12 +02:00
|
|
|
CONFLICTS= postgresql-libpqxx-[2-4].*
|
2010-02-07 20:08:32 +01:00
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30
|
|
|
|
|
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
|
2010-02-07 20:08:32 +01:00
|
|
|
PLIST_SUB= SHLIBVERSION=3.0
|
2003-01-05 01:11:39 +01:00
|
|
|
|
2010-02-07 20:08:32 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2003-01-05 01:11:39 +01:00
|
|
|
|
2009-01-05 18:27:29 +01:00
|
|
|
.include <bsd.port.mk>
|