Bump databases/kbibtex to version 0.6_5
[dports.git] / databases / pgtune / Makefile
1 # Created by: Matthieu BOUTHORS
2 # $FreeBSD$
3
4 PORTNAME=       pgtune
5 PORTVERSION=    0.9.3
6 PORTREVISION=   1
7 CATEGORIES=     databases
8 MASTER_SITES=   http://pgfoundry.org/frs/download.php/2449/ \
9                 https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
10
11 MAINTAINER=     gjb@FreeBSD.org
12 COMMENT=        Postgresql.conf tuning tips based on hardware and load type
13
14 USES=           python shebangfix
15 SHEBANG_FILES=  ${PORTNAME}
16 NO_BUILD=       yes
17
18 do-install:
19         ${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${STAGEDIR}${PREFIX}/bin
20         @${MKDIR} ${STAGEDIR}${PREFIX}/share/pgtune/settings
21         ${INSTALL_DATA} ${WRKSRC}/pg_settings* \
22                 ${STAGEDIR}${PREFIX}/share/pgtune/settings
23
24 .include <bsd.port.mk>