summaryrefslogtreecommitdiff
path: root/audio/raproxy/Makefile
blob: 5c38278ba8dfe735a721103c807adc40e6b8e4ff (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
# Ports collection makefile for:  raproxy
# Version required:     	  3.0b1
# Date created:			  Sat May 8, 1999
# Whom:				  Nick Sayer (nsayer@freebsd.org)
#
# $Id: Makefile,v 1.2 1999/05/09 17:45:58 nsayer Exp $
#

DISTNAME=	raproxy3.0b1
PKGNAME=	raproxy-3.0b1
CATEGORIES=	security net audio
#EXTRACT_SUFX=	.tar.gz

MAINTAINER=     nsayer@freebsd.org

WRKSRC=		${WRKDIR}/raproxy

RESTRICTED=	"No redistribution allowed."

MAN8=		raproxy.8

.include <bsd.port.pre.mk>

.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE='Please fill out the form at http://service.real.com/firewall/index.html and place the sources at ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} then run make again'
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec/raproxy
	${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8

.include <bsd.port.post.mk>