2009-05-17 12:14:08 +02:00
|
|
|
# New ports collection makefile for: pgtune
|
|
|
|
# Date created: 16 feb 2009
|
|
|
|
# Whom: Matthieu BOUTHORS
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pgtune
|
2011-08-08 14:55:47 +02:00
|
|
|
PORTVERSION= 0.9.3
|
2009-05-17 12:14:08 +02:00
|
|
|
CATEGORIES= databases
|
2011-08-08 14:55:47 +02:00
|
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
|
|
|
|
http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
|
2009-05-17 12:14:08 +02:00
|
|
|
|
2011-08-08 14:55:47 +02:00
|
|
|
MAINTAINER= gjb@FreeBSD.org
|
2009-05-17 12:14:08 +02:00
|
|
|
COMMENT= Postgresql.conf tuning tips based on hardware and load type
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${PREFIX}/bin/pgtune
|
|
|
|
${MKDIR} ${PREFIX}/share/pgtune/settings/
|
|
|
|
${CP} ${WRKSRC}/pg_settings* ${PREFIX}/share/pgtune/settings/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|