21 lines
453 B
Makefile
21 lines
453 B
Makefile
# $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
|
|
#
|
|
|
|
DISTNAME= pgaccess-0.88
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= form@OpenBSD.ORG
|
|
|
|
MASTER_SITES= http://www.flex.ro/pgaccess/
|
|
|
|
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
|
|
|
|
.include <bsd.port.mk>
|