Files
ports/databases/pgworksheet/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

35 lines
765 B
Makefile

# New ports collection makefile for: pgworksheet
# Date created: 03 Mar. 2005
# Whom: Henri Michelon
#
# $FreeBSD$
#
PORTNAME= pgworksheet
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/619/
MAINTAINER= ports@FreeBSD.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>