1997-10-04 23:31:00 +00:00
|
|
|
# New ports collection makefile for: pgaccess
|
1999-04-11 12:41:13 +00:00
|
|
|
# Version required: 0.96
|
1997-10-04 23:31:00 +00:00
|
|
|
# Date created: Sat Oct 4 20:03:46 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-10-04 23:31:00 +00:00
|
|
|
#
|
|
|
|
|
1999-04-11 12:41:13 +00:00
|
|
|
DISTNAME= pgaccess-0.96
|
1997-10-04 23:31:00 +00:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= http://www.flex.ro/pgaccess/
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
1997-10-04 23:31:00 +00:00
|
|
|
|
1999-03-15 01:48:26 +00:00
|
|
|
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
|
|
|
|
wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
1997-10-04 23:31:00 +00:00
|
|
|
|
1998-11-23 14:11:02 +00:00
|
|
|
WRKSRC= ${WRKDIR}/pgaccess
|
1997-10-04 23:31:00 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|