opnsense-ports/databases/pgtune/Makefile
Franco Fichtner 321dd2094f */*: sync with upstream
Taken from: FreeBSD
2015-10-20 07:26:03 +02:00

24 lines
644 B
Makefile

# Created by: Matthieu BOUTHORS
# $FreeBSD$
PORTNAME= pgtune
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= gjb@FreeBSD.org
COMMENT= Postgresql.conf tuning tips based on hardware and load type
USES= python shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pgtune/settings
${INSTALL_DATA} ${WRKSRC}/pg_settings* \
${STAGEDIR}${PREFIX}/share/pgtune/settings
.include <bsd.port.mk>