diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-01-09 16:45:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-01-09 16:45:54 +0000 |
commit | 3750180ec29a76a82283cde8f460518ac3a67448 (patch) | |
tree | 9f28f7773f7ec0aef369c5686701a496e44d66d7 /databases/postgresql93-contrib/Makefile | |
parent | 5ab01967747d61ca1dca9cb4a5d7e5f4a181f124 (diff) |
Notes
Diffstat (limited to 'databases/postgresql93-contrib/Makefile')
-rw-r--r-- | databases/postgresql93-contrib/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile deleted file mode 100644 index ae42adc4183b..000000000000 --- a/databases/postgresql93-contrib/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Palle Girgensohn <girgen@pingpong.net> -# $FreeBSD$ - -PORTNAME= postgresql -PORTREVISION= 1 - -CATEGORIES= databases -PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= The contrib utilities from the PostgreSQL distribution - -LIB_DEPENDS= libxslt.so:textproc/libxslt \ - libxml2.so:textproc/libxml2 - -MASTERDIR= ${.CURDIR}/../postgresql93-server - -USES= bison pgsql:9.3 - -BUILD_DIRS= src/port src/common contrib -INSTALL_DIRS= contrib - -SLAVE_ONLY= yes -COMPONENT= -contrib -CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls -LDFLAGS+= -lpthread -L${PREFIX}/lib - -post-install: - @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README - -.include "${MASTERDIR}/Makefile" |