# Ports collection makefile for: skytools # Date created: 27 July 2007 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= skytools PORTVERSION= 2.1.4 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1354/ MAINTAINER= skv@FreeBSD.org COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication GNU_CONFIGURE= yes USE_GMAKE= yes USE_PGSQL= yes USE_PYTHON= 2.4+ INSTALLS_EGGINFO= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --docdir=${EXAMPLESDIR} \ --with-pgconfig=${LOCALBASE}/bin/pg_config post-patch: @${REINPLACE_CMD} -e 's=share/doc=share/examples=' ${WRKSRC}/setup.py .include