1997-06-19 06:45:22 +00:00
|
|
|
# New ports collection makefile for: cyrproxy
|
|
|
|
# Date created: 20 May 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1997-10-23 13:38:46 +00:00
|
|
|
#
|
1997-06-19 06:45:22 +00:00
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= cyrproxy
|
2000-04-21 07:52:25 +00:00
|
|
|
PORTVERSION= 1.4.2
|
1997-06-19 06:45:22 +00:00
|
|
|
CATEGORIES= russian net www
|
|
|
|
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/
|
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-06-19 06:45:22 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/cyrproxy
|
|
|
|
@ ${MKDIR} ${PREFIX}/www/cgi-bin
|
1997-10-23 13:38:46 +00:00
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrproxy ${PREFIX}/libexec
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/tcpspy ${PREFIX}/libexec
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrtrans ${PREFIX}/bin
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/discover/discover ${PREFIX}/bin
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrcoder/cyrwww ${PREFIX}/www/cgi-bin
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/config.gen ${PREFIX}/etc/cyrproxy.conf.sample
|
1997-06-19 06:45:22 +00:00
|
|
|
.for file in alt-iso alt-koi8 alt-win iso-alt iso-koi8 iso-win koi8-alt koi8-iso koi8-mac koi8-win mac-koi8 win-alt win-iso win-koi8
|
1997-10-23 13:38:46 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${PREFIX}/share/cyrproxy
|
1997-06-19 06:45:22 +00:00
|
|
|
.endfor
|
1998-12-21 12:27:33 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/cyrproxy
|
|
|
|
|
1997-06-19 06:45:22 +00:00
|
|
|
.for file in History README README.http
|
1997-10-23 13:38:46 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cyrproxy
|
1997-06-19 06:45:22 +00:00
|
|
|
.endfor
|
1998-12-21 12:27:33 +00:00
|
|
|
.endif
|
1997-06-19 06:45:22 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|