blob: cd40ab9006283a3f7de85b59f4aae3781bdf8872 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: pgtune
# Date created: 16 feb 2009
# Whom: Matthieu BOUTHORS
#
# $FreeBSD$
#
PORTNAME= pgtune
PORTVERSION= 0.9.3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= gjb@FreeBSD.org
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>
|