freebsd-ports/databases/pgworksheet/Makefile

33 lines
751 B
Makefile

# New ports collection makefile for: pgworksheet
# Date created: 03 Mar. 2005
# Whom: Henri Michelon
#
# $FreeBSD$
#
PORTNAME= pgworksheet
PORTVERSION= 1.8.1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/619/
MAINTAINER= hmichelon@e-cml.org
COMMENT= Simple PostreSQL GUI front end
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:${PORTSDIR}/databases/py-pyPgSQL
USE_X_PREFIX= yes
USE_PGSQL= yes
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-patch:
${REINPLACE_CMD} -e \
's|@PIXMAP_PATH@|${PREFIX}/share/pixmaps/pgworksheet|' \
${WRKSRC}/pgworksheet
${REINPLACE_CMD} -e \
's|@LOCALE_PATH@|${PREFIX}/share/locale|' \
${WRKSRC}/pgworksheet
.include <bsd.port.mk>