090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
774 B
Makefile
34 lines
774 B
Makefile
# New ports collection makefile for: pgworksheet
|
|
# Date created: 03 Mar. 2005
|
|
# Whom: Henri Michelon
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgworksheet
|
|
PORTVERSION= 1.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/1695/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple PostreSQL GUI front end
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:${PORTSDIR}/databases/py-pyPgSQL
|
|
|
|
USE_PGSQL= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGVERSION= 1.9
|
|
|
|
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>
|