1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/pgaccess/Makefile
Andreas Klemm 85236b300e update to release 0.62
bugfix "Multiple layout (n) found"
1997-10-27 21:48:06 +00:00

25 lines
586 B
Makefile

# New ports collection makefile for: pgaccess
# Version required: 0.51
# Date created: Sat Oct 4 20:03:46 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.4 1997/10/14 19:04:57 andreas Exp $
#
DISTNAME= pgaccess-0.62
CATEGORIES= databases
MASTER_SITES= http://www.flex.ro/pgaccess/
MAINTAINER= andreas@FreeBSD.ORG
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
NO_BUILD= yes
NO_WRKSUBDIR= yes
FETCH_BEFORE_ARGS= -b
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
.include <bsd.port.mk>