1999-11-03 17:54:50 +00:00
|
|
|
# New ports collection makefile for: raproxy
|
|
|
|
# Date created: January 24, 1999
|
|
|
|
# Whom: mi@aldan.algebra.com
|
1999-05-09 17:34:14 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-05-09 17:34:14 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= raproxy
|
|
|
|
PORTVERSION= 3.0b1
|
2001-08-24 23:04:59 +00:00
|
|
|
PORTREVISION= 1
|
1999-11-03 17:54:50 +00:00
|
|
|
CATEGORIES= audio net
|
2003-06-08 11:00:35 +00:00
|
|
|
MASTER_SITES= http://docs.real.com/docs/proxy/
|
2000-04-08 21:25:03 +00:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1999-05-09 17:34:14 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Progressive Networks RealAudio Proxy Kit 3.0 beta 1
|
1999-05-09 17:34:14 +00:00
|
|
|
|
1999-11-03 17:54:50 +00:00
|
|
|
ALL_TARGET= raproxy
|
2005-04-22 13:26:32 +00:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
1999-05-09 17:34:14 +00:00
|
|
|
|
1999-11-03 17:54:50 +00:00
|
|
|
RESTRICTED= License allows only use in a firewall or with RA products.
|
1999-05-09 17:34:14 +00:00
|
|
|
|
2005-04-22 13:26:32 +00:00
|
|
|
PLIST_FILES= libexec/raproxy
|
|
|
|
PORTDOCS= *
|
1999-05-09 17:34:14 +00:00
|
|
|
MAN8= raproxy.8
|
|
|
|
|
|
|
|
do-install:
|
1999-11-03 17:54:50 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec
|
1999-05-09 17:49:25 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
|
1999-11-03 17:54:50 +00:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-07-03 18:35:01 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/raproxy
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
|
1999-11-03 17:54:50 +00:00
|
|
|
${PREFIX}/share/doc/raproxy
|
|
|
|
.endif
|
1999-05-09 17:34:14 +00:00
|
|
|
|
1999-11-03 17:54:50 +00:00
|
|
|
.include <bsd.port.mk>
|