freebsd-ports/audio/raproxy/Makefile

38 lines
884 B
Makefile
Raw Normal View History

# New ports collection makefile for: raproxy
# Date created: January 24, 1999
# Whom: mi@aldan.algebra.com
#
1999-08-31 03:53:22 +02:00
# $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
2003-02-20 18:07:10 +01:00
COMMENT= Progressive Networks RealAudio Proxy Kit 3.0 beta 1
ALL_TARGET= raproxy
2005-04-22 15:26:32 +02:00
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
RESTRICTED= License allows only use in a firewall or with RA products.
2005-04-22 15:26:32 +02:00
PLIST_FILES= libexec/raproxy
PORTDOCS= *
MAN8= raproxy.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec
1999-05-09 19:49:25 +02:00
${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>