freebsd-ports/audio/raproxy/Makefile
Erwin Lansing 1f6e6e79fe o Change URL in MASTER_SITES
o Files are not the same. Old file detar in
  {raproxy} and the new in {raproxy3.0b1}
- Consequently, I remove the ${WRKSRC} in the Makefile
  and change the distinfo.
- This is the only difference between the two (old and new) files.

PR:		53028
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
Approved by:	edwin (mentor)
2003-06-08 11:00:35 +00:00

36 lines
913 B
Makefile

# New ports collection makefile for: raproxy
# Date created: January 24, 1999
# Whom: mi@aldan.algebra.com
#
# $FreeBSD$
#
PORTNAME= raproxy
PORTVERSION= 3.0b1
PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= http://docs.real.com/docs/proxy/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@freebsd.org
COMMENT= Progressive Networks RealAudio Proxy Kit 3.0 beta 1
# Get it through http://www.real.com/firewall/fwdload/index.html
# if the master site does not exists somehow.
ALL_TARGET= raproxy
RESTRICTED= License allows only use in a firewall or with RA products.
MAN8= raproxy.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/raproxy
@${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
${PREFIX}/share/doc/raproxy
.endif
.include <bsd.port.mk>