mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
79f56897a6
Add a master site Add RESTRICTED (license has use restrictions) copy html and pdf docs to share print inetd message at install/pkgadd remove security as category This port started in security, but should be repo-moved to audio. PR: 9657 Submitted by: mi@aldan.algebra.com
39 lines
925 B
Makefile
39 lines
925 B
Makefile
# 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>
|