diff options
Diffstat (limited to 'databases/postgresql-libpqxx/Makefile')
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 36 |
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> |