mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
0b4161bef9
Reported by: pkg-fallout
34 lines
831 B
Makefile
34 lines
831 B
Makefile
# Created by: 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
|
|
|
|
BROKEN= Unfetchable
|
|
|
|
ALL_TARGET= raproxy
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
RESTRICTED= License allows only use in a firewall or with RA products.
|
|
|
|
PLIST_FILES= libexec/raproxy man/man8/raproxy.8.gz
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${STAGEDIR}${PREFIX}/libexec
|
|
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${STAGEDIR}${PREFIX}/man/man8/raproxy.8
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
|
|
${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|