1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/pglogd/Makefile
Palle Girgensohn 34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00

33 lines
885 B
Makefile

# New ports collection makefile for: pglogd
# Date created: 23 April 2003
# Whom: Allie Micka <allie@pajunas.com>
#
# $FreeBSD$
#
PORTNAME= pglogd
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://www.digitalstratum.com/pglogd/
MAINTAINER= allie@pajunas.com
COMMENT= Sends web server log entries to a PostgreSQL database
USE_PGSQL= yes
USE_REINPLACE= yes
post-extract:
@${CP} ${FILESDIR}/020.pglogd.sh ${WRKSRC}/020.pglogd.sh
@${REINPLACE_CMD} -e "s=%%PREFIX%%=${PREFIX}=g" ${WRKSRC}/020.pglogd.sh
post-install:
${INSTALL_DATA} ${WRKSRC}/020.pglogd.sh ${PREFIX}/etc/rc.d/020.pglogd.sh
@if [ ! -f ${PREFIX}/etc/rc.d/020.pglogd.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/020.pglogd.sh startup file."; \
${INSTALL_SCRIPT} ${WRKSRC}/020.pglogd.sh ${PREFIX}/etc/rc.d/020.pglogd.sh; \
fi
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>