2000-01-26 02:35:48 -05:00
|
|
|
# $FreeBSD: ports/russian/cyrproxy/Makefile,v 1.4 1999/08/31 01:46:57 peter Exp $
|
2010-07-24 13:36:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2010/07/24 17:36:16 ajacoutot Exp $
|
2001-03-29 04:46:17 -05:00
|
|
|
|
2007-09-15 17:23:42 -04:00
|
|
|
COMMENT= cyrillic proxy for network protocols
|
2000-01-26 02:35:48 -05:00
|
|
|
|
2000-03-12 08:20:41 -05:00
|
|
|
DISTNAME= cyrproxy-1.4.2
|
2010-07-24 13:36:16 -04:00
|
|
|
REVISION= 3
|
2000-03-12 08:20:41 -05:00
|
|
|
CATEGORIES= russian net www
|
2002-10-28 09:26:31 -05:00
|
|
|
|
2001-11-27 05:06:50 -05:00
|
|
|
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/
|
2000-01-26 02:35:48 -05:00
|
|
|
|
2006-07-19 12:07:22 -04:00
|
|
|
HOMEPAGE= http://www.lexa.ru/programs/cyrproxy.html
|
2003-05-22 05:27:04 -04:00
|
|
|
|
2009-01-31 16:48:31 -05:00
|
|
|
# BSD-like
|
2000-03-12 08:20:41 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-01-31 16:48:31 -05:00
|
|
|
|
2004-12-02 16:13:43 -05:00
|
|
|
WANTLIB= c
|
2000-03-12 08:20:41 -05:00
|
|
|
|
2002-10-28 09:26:31 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2006-02-05 10:08:43 -05:00
|
|
|
pre-configure:
|
2003-04-26 10:55:32 -04:00
|
|
|
@perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR}," ${WRKSRC}/Makefile
|
|
|
|
|
2000-01-26 02:35:48 -05:00
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/cyrproxy
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cyrproxy
|
|
|
|
${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}/share/cyrproxy
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/config.gen \
|
|
|
|
${PREFIX}/share/cyrproxy/cyrproxy.conf.sample
|
|
|
|
.for f 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/${f} ${PREFIX}/share/cyrproxy
|
|
|
|
.endfor
|
|
|
|
.for f in History README README.http
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/cyrproxy
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|