2013-09-02 17:26:23 +02:00
|
|
|
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
2003-01-05 01:11:39 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-11-17 15:44:00 +01:00
|
|
|
PORTNAME= libpqxx
|
2013-10-26 15:05:42 +02:00
|
|
|
PORTVERSION= 3.1.1
|
2014-05-05 15:48:25 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-05 01:11:39 +01:00
|
|
|
CATEGORIES= databases
|
2012-07-03 15:21:36 +02:00
|
|
|
MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/
|
2003-09-03 10:04:08 +02:00
|
|
|
PKGNAMEPREFIX= postgresql-
|
2013-11-17 15:44:00 +01:00
|
|
|
PKGNAMESUFFIX= 3
|
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
|
2012-07-03 15:21:36 +02:00
|
|
|
COMMENT= 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].*
|
2012-07-03 15:21:36 +02:00
|
|
|
PORTSCOUT= limit:^2\.
|
2010-02-07 20:08:32 +01:00
|
|
|
|
2014-10-19 10:50:17 +02:00
|
|
|
USES+= gmake libtool pgsql pkgconfig python:build shebangfix
|
2006-02-23 11:40:44 +01:00
|
|
|
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
|
2012-07-03 15:21:36 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2014-05-05 15:48:25 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-12-14 10:14:47 +01:00
|
|
|
|
2013-10-26 15:05:42 +02:00
|
|
|
SHEBANG_FILES= tools/splitconfig
|
2003-01-05 01:11:39 +01:00
|
|
|
|
2013-10-26 15:05:42 +02: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>
|