summaryrefslogblamecommitdiff
path: root/databases/postgresql74-client/Makefile
blob: 58324b3b05cdd2eb4dd339ea7be5ca8085f39370 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                                                                              
                                                    



                                  
                 




                                                 


                                                                    



                                
# New ports collection makefile for:	PostgreSQL-client
# Date created:				Wed Aug 25 00:13:57 CEST 2004
# Whom:					Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.port.mk for more info

PORTNAME=	postgresql
PKGNAMESUFFIX=	-client
PORTREVISION=	0

COMMENT=	PostgreSQL database (client)

MASTERDIR=	${.CURDIR}/../postgresql74-server

BUILD_DIRS=	src/bin/pg_config src/bin/pg_encoding src/bin/psql \
		src/bin/pg_dump src/bin/scripts src/include \
		src/interfaces doc
CLIENT_ONLY=	yes
INSTALLS_SHLIB=	yes

.include "${MASTERDIR}/Makefile"