openbsd-ports/databases/pgaccess/Makefile

21 lines
453 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 1998/10/20 08:39:44 form Exp $
# 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
CATEGORIES= databases
MAINTAINER= form@OpenBSD.ORG
1998-10-08 00:39:49 -04:00
MASTER_SITES= http://www.flex.ro/pgaccess/
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
1998-10-08 00:39:49 -04:00
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
.include <bsd.port.mk>