freebsd-ports/databases/pgworksheet/Makefile
Tim Bishop 4e2c5ea22b - Update to 1.8.1
- Update MASTER_SITES

PR:		91612
Submitted by:	"Henri Michelon" <hmichelon@e-cml.org> (maintainer)
2006-01-11 12:47:27 +00:00

34 lines
770 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
USE_REINPLACE= 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>