1998-10-20 04:39:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 1998/10/20 08:39:44 form Exp $
|
1998-05-06 09:10:01 -04:00
|
|
|
# FreeBSD: Makefile,v 1.11 1998/04/21 21:30:21 andreas Exp
|
|
|
|
#
|
|
|
|
|
1998-07-21 07:09:16 -04:00
|
|
|
DISTNAME= pgaccess-0.88
|
1998-05-06 09:10:01 -04:00
|
|
|
CATEGORIES= databases
|
|
|
|
|
1998-10-20 04:39:43 -04:00
|
|
|
MAINTAINER= form@OpenBSD.ORG
|
1998-05-06 09:10:01 -04:00
|
|
|
|
1998-10-08 00:39:49 -04:00
|
|
|
MASTER_SITES= http://www.flex.ro/pgaccess/
|
|
|
|
|
1998-05-06 09:10:01 -04:00
|
|
|
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
|
|
|
|
|
1998-10-08 00:39:49 -04:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
1998-05-06 09:10:01 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|