aboutsummaryrefslogtreecommitdiffstats
path: root/audio/raproxy/Makefile
blob: 7e87279b4e20f23474fc573174a63e36d8ab9e39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:    raproxy
# Version required: 3.0b1
# Date created:     January 24, 1999
# Whom:     mi@aldan.algebra.com
#
# $FreeBSD$
#

DISTNAME=   raproxy3.0b1
PKGNAME=    raproxy-3.0b1
CATEGORIES= audio net
MASTER_SITES=   http://docs.real.com/proxykit/

MAINTAINER= nsayer@freebsd.org

# Get it through http://www.real.com/firewall/fwdload/index.html
# if the master site does not exists somehow.
WRKSRC=     ${WRKDIR}/raproxy
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
.if !defined(NO_INSTALL_MANPAGES)
    ${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
.endif

.if !defined(NOPORTDOCS)
    -${MKDIR} ${PREFIX}/share/doc/raproxy
    ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
        ${PREFIX}/share/doc/raproxy
.endif
    -cat ${PKGDIR}/MESSAGE

.include <bsd.port.mk>