1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/tablelog/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

40 lines
908 B
Makefile

# New ports collection makefile for: tablelog
# Date created: 11 July 2007
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
#
# $FreeBSD$
#
PORTNAME= tablelog
PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1387/
MAINTAINER= gogo@cs.uni-sb.de
COMMENT= Logs changes on a table in PostgreSQL
WRKSRC= ${WRKDIR}/table_log-${DISTVERSION}
USE_GMAKE= yes
USE_PGSQL= yes
IGNORE_WITH_PGSQL= 73
MAKE_ARGS= USE_PGXS=1
PORTDOCS= README.table_log table_log.sql
do-install:
@${MKDIR} ${PREFIX}/lib/postgresql/
@${INSTALL_PROGRAM} ${WRKSRC}/table_log.so ${PREFIX}/lib/postgresql/
@${MKDIR} ${PREFIX}/share/postgresql/contrib/
@${INSTALL_DATA} ${WRKSRC}/table_log_init.sql \
${PREFIX}/share/postgresql/contrib/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>