aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 17:33:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 17:33:48 +0000
commit48bda0c8320e6fd00d1fe08cf75abe812c0491ab (patch)
tree7b3d5497a514c26205538a35373b80aceef63b0b /databases/postgresql-libpqxx/Makefile
parentf86c7188a3da3dd8ef1302d6b35eb96c6c1feec1 (diff)
downloadports-48bda0c8320e6fd00d1fe08cf75abe812c0491ab.tar.gz
ports-48bda0c8320e6fd00d1fe08cf75abe812c0491ab.zip
2012-11-26 databases/postgresql-libpqxx: No more public distfiles
2012-10-20 devel/portlet-api: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=307923
Diffstat (limited to 'databases/postgresql-libpqxx/Makefile')
-rw-r--r--databases/postgresql-libpqxx/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile
deleted file mode 100644
index fdfc5ac6d4f5..000000000000
--- a/databases/postgresql-libpqxx/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Palle Girgensohn <girgen@pingpong.net>
-# $FreeBSD$
-
-PORTNAME= libpqxx
-PORTVERSION= 4.0
-CATEGORIES= databases
-MASTER_SITES= http://pqxx.org/download/software/libpqxx/
-PKGNAMEPREFIX= postgresql-
-DIST_SUBDIR= postgresql
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A new C++ interface for PostgreSQL
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-CONFLICTS= postgresql-libpqxx-3.*
-PORTSCOUT= limit:^2\.
-
-USE_PGSQL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-SOVERSION= 4
-PLIST_SUB= PORTVERSION=${PORTVERSION} \
- SOVERSION=${SOVERSION}
-
-CONFIGURE_ARGS= --enable-shared \
- --disable-dependency-tracking
-
-post-install:
-# This is needed for ldconfig
- ${LN} -s ${PREFIX}/lib/libpqxx-${PORTVERSION}.so \
- ${PREFIX}/lib/libpqxx.so.${SOVERSION}
-
-.include <bsd.port.mk>