1997-10-04 23:31:00 +00:00
|
|
|
# New ports collection makefile for: pgaccess
|
1999-04-11 12:41:13 +00:00
|
|
|
# Version required: 0.96
|
1997-10-04 23:31:00 +00:00
|
|
|
# Date created: Sat Oct 4 20:03:46 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-10-04 23:31:00 +00:00
|
|
|
#
|
|
|
|
|
1999-10-10 22:08:07 +00:00
|
|
|
DISTNAME= pgaccess-0.98
|
1997-10-04 23:31:00 +00:00
|
|
|
CATEGORIES= databases
|
1999-10-10 22:08:07 +00:00
|
|
|
MASTER_SITES ftp://ftp.flex.ro/pub/pgaccess/
|
1997-10-04 23:31:00 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
1997-10-04 23:31:00 +00:00
|
|
|
|
1999-03-15 01:48:26 +00:00
|
|
|
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
|
|
|
|
wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
1997-10-04 23:31:00 +00:00
|
|
|
|
1998-11-23 14:11:02 +00:00
|
|
|
WRKSRC= ${WRKDIR}/pgaccess
|
1997-10-04 23:31:00 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
|
|
|
|
do-install:
|
1999-10-10 22:08:07 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/pgaccess
|
|
|
|
@cd ${WRKSRC} && /bin/pax -rwp p copyright.html main.tcl lib images ${PREFIX}/share/pgaccess
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@cd ${WRKSRC} && /bin/pax -rwp p README demo doc ${PREFIX}/share/pgaccess
|
|
|
|
.endif
|
|
|
|
@${SED} -e 's:!!LOCALBASE!!:${LOCALBASE}:' ${WRKSRC}/pgaccess |\
|
|
|
|
${SED} -e 's:!!PREFIX!!:${PREFIX}:' > ${PREFIX}/bin/pgaccess
|
|
|
|
@${CHMOD} 555 ${PREFIX}/bin/pgaccess
|
1997-10-04 23:31:00 +00:00
|
|
|
.include <bsd.port.mk>
|