1999-11-03 12:54:50 -05:00
|
|
|
# New ports collection makefile for: raproxy
|
|
|
|
# Date created: January 24, 1999
|
|
|
|
# Whom: mi@aldan.algebra.com
|
1999-05-09 13:34:14 -04:00
|
|
|
#
|
1999-08-30 21:53:22 -04:00
|
|
|
# $FreeBSD$
|
1999-05-09 13:34:14 -04:00
|
|
|
#
|
|
|
|
|
2000-04-08 17:25:03 -04:00
|
|
|
PORTNAME= raproxy
|
|
|
|
PORTVERSION= 3.0b1
|
1999-11-03 12:54:50 -05:00
|
|
|
CATEGORIES= audio net
|
|
|
|
MASTER_SITES= http://docs.real.com/proxykit/
|
2000-04-08 17:25:03 -04:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1999-05-09 13:34:14 -04:00
|
|
|
|
2000-12-08 19:04:27 -05:00
|
|
|
MAINTAINER= ports@freebsd.org
|
1999-05-09 13:34:14 -04:00
|
|
|
|
1999-11-03 12:54:50 -05:00
|
|
|
# Get it through http://www.real.com/firewall/fwdload/index.html
|
|
|
|
# if the master site does not exists somehow.
|
1999-05-09 13:34:14 -04:00
|
|
|
WRKSRC= ${WRKDIR}/raproxy
|
1999-11-03 12:54:50 -05:00
|
|
|
ALL_TARGET= raproxy
|
1999-05-09 13:34:14 -04:00
|
|
|
|
1999-11-03 12:54:50 -05:00
|
|
|
RESTRICTED= License allows only use in a firewall or with RA products.
|
1999-05-09 13:34:14 -04:00
|
|
|
|
|
|
|
MAN8= raproxy.8
|
|
|
|
|
|
|
|
do-install:
|
1999-11-03 12:54:50 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec
|
1999-05-09 13:49:25 -04:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
|
1999-11-03 12:54:50 -05:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
-${MKDIR} ${PREFIX}/share/doc/raproxy
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
|
|
|
|
${PREFIX}/share/doc/raproxy
|
|
|
|
.endif
|
2000-10-08 06:23:48 -04:00
|
|
|
-cat ${PKGMESSAGE}
|
1999-05-09 13:34:14 -04:00
|
|
|
|
1999-11-03 12:54:50 -05:00
|
|
|
.include <bsd.port.mk>
|