freebsd-ports/databases/postgresql-relay/Makefile
Edwin Groothuis 5e935a82ae Upgrade to 1.2.1
- fix "Starting server for port 0" problem
2004-03-03 02:15:25 +00:00

24 lines
736 B
Makefile

# New ports collection makefile for: postgresql-relay
# Date created: 14 February 2003
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= postgresql-relay
PORTVERSION= 1.2.1
CATEGORIES= databases net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Multiplex multiple PostgreSQL databases to one relay
MAN8= postgresql-relay.8
PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf ${PREFIX}/etc/postgresql-relay.conf-sample
${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>