mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0052621e46
Submitted by: tchoukharev@mail.ru
31 lines
908 B
Makefile
31 lines
908 B
Makefile
# New ports collection makefile for: pgaccess
|
|
# Date created: Sat Oct 4 20:03:46 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgaccess
|
|
PORTVERSION= 0.98.6
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://speedy.flex.ro/pub/pgaccess/
|
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7\
|
|
wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
WRKSRC= ${WRKDIR}/pgaccess
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${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
|
|
.include <bsd.port.mk>
|