freebsd-ports/databases/pg_filedump/Makefile
Jun Kuriyama d73b950702 pg_filedump is a utility to format PostgreSQL heap, index, and control
files into a human-readable form. You can format/dump the files
several ways as well as dumping straight binary. This utility is
intended to aid in the understanding of the internal contents of a
PostgreSQL block.

WWW: http://sources.redhat.com/rhdb/utilities.html
2009-08-18 02:53:33 +00:00

29 lines
757 B
Makefile

# New ports collection makefile for: pg_filedump
# Date created: 18 Aug 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pg_filedump
PORTVERSION= 8.3
CATEGORIES= databases
MASTER_SITES= http://sources.redhat.com/rhdb/tools/
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
BUILD_DEPENDS= \
${NONEXISTENT}:${PORTSDIR}/databases/postgresql83-client:patch
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.pg_filedump ${DOCSDIR}
.endif
.include <bsd.port.mk>