30 lines
730 B
Makefile
30 lines
730 B
Makefile
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
PORTNAME= libpqxx
|
|
PORTVERSION= 7.2.0
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= postgresql-
|
|
DIST_SUBDIR= postgresql
|
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
|
COMMENT= New C++ interface for PostgreSQL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFLICTS= postgresql-libpqxx-[1-5].* postgresql-libpqxx3-3.* \
|
|
postgresql-libpqxx4-4.*
|
|
|
|
USES= compiler:c++11-lang gmake libtool pathfix pgsql python:build shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jtv
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= ${WRKSRC}/tools/splitconfig
|
|
INSTALL_TARGET= install-strip
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
|
|
|
CONFIGURE_ARGS= --enable-shared \
|
|
--disable-documentation \
|
|
--disable-dependency-tracking
|
|
|
|
.include <bsd.port.mk>
|