Import security/py-yara version 3.4.0
[dports.git] / databases / postgresql94-contrib / Makefile
1 # Created by: Palle Girgensohn <girgen@pingpong.net>
2 # $FreeBSD$
3
4 PORTNAME=       postgresql
5 CATEGORIES=     databases
6
7 MAINTAINER=     pgsql@FreeBSD.org
8 COMMENT=        The contrib utilities from the PostgreSQL distribution
9
10 LIB_DEPENDS=    libxslt.so:${PORTSDIR}/textproc/libxslt \
11                 libxml2.so:${PORTSDIR}/textproc/libxml2
12
13 MASTERDIR=      ${.CURDIR}/../postgresql94-server
14
15 USES=           bison pgsql:9.4
16
17 BUILD_DIRS=     src/port src/common contrib
18 INSTALL_DIRS=   contrib
19
20 SLAVE_ONLY=     yes
21 COMPONENT=      -contrib
22 CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls --with-uuid=bsd
23 LDFLAGS+=       -lpthread -L${PREFIX}/lib
24
25 post-install:
26         @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
27
28 .include "${MASTERDIR}/Makefile"