blob: edcce8554303cd6572d7053434ce1fabe5e20582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: pgaccess
# Version required: 0.96
# Date created: Sat Oct 4 20:03:46 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.16 1999/04/08 19:05:45 billf Exp $
#
DISTNAME= pgaccess-0.96
CATEGORIES= databases
MASTER_SITES= http://www.flex.ro/pgaccess/
MAINTAINER= andreas@FreeBSD.ORG
WWW_SITE= http://www.flex.ro/pgaccess/
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
wish8.0:${PORTSDIR}/x11-toolkits/tk80
WRKSRC= ${WRKDIR}/pgaccess
NO_BUILD= yes
FETCH_BEFORE_ARGS= -b
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
.include <bsd.port.mk>
|