freebsd-ports/databases/pgtune/Makefile
Frederic Culot cf78204cfb - Update to 0.9.3
- Update MASTER_SITES
- Pass maintainership to submitter

Submitted by:	gjb@
Approved by:	Matthieu Bouthors <matthieu@labs.fr> (maintainer)
2011-08-08 12:55:47 +00:00

25 lines
647 B
Makefile

# 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>