1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/russian/cyrproxy/Makefile
Jun-ichiro itojun Hagino 035302b19f original distribution updated to 1.4.2.
PR:		4823
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-10-23 13:38:46 +00:00

33 lines
1.1 KiB
Makefile

# New ports collection makefile for: cyrproxy
# Version required: 1.4.2
# Date created: 20 May 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= cyrproxy-1.4.2
CATEGORIES= russian net www
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/
MAINTAINER= andy@icc.surw.chel.su
do-install:
@ ${MKDIR} ${PREFIX}/share/cyrproxy
@ ${MKDIR} ${PREFIX}/share/doc/cyrproxy
@ ${MKDIR} ${PREFIX}/www/cgi-bin
@ ${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
.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
@ ${INSTALL_DATA} ${WRKSRC}/tables/${file} ${PREFIX}/share/cyrproxy
.endfor
.for file in History README README.http
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cyrproxy
.endfor
.include <bsd.port.mk>