1999-05-09 17:34:14 +00:00
# Ports collection makefile for: raproxy
# Version required: 3.0b1
# Date created: Sat May 8, 1999
# Whom: Nick Sayer (nsayer@freebsd.org)
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1999-05-09 17:34:14 +00:00
#
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
. i n c l u d e < b s d . p o r t . p r e . m k >
1999-05-09 17:45:58 +00:00
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
1999-05-09 17:34:14 +00:00
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'
. e n d i f
do-install :
1999-05-09 17:49:25 +00:00
${ INSTALL_PROGRAM } ${ WRKSRC } /raproxy ${ PREFIX } /libexec/raproxy
${ INSTALL_MAN } ${ WRKSRC } /raproxy.man ${ PREFIX } /man/man8/raproxy.8
1999-05-09 17:34:14 +00:00
. i n c l u d e < b s d . p o r t . p o s t . m k >