mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
33 lines
868 B
Makefile
33 lines
868 B
Makefile
# 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.1.1.1 1999/05/09 17:34:12 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>
|