diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-05-10 01:34:14 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-05-10 01:34:14 +0800 |
commit | 5bfff661e2b84d5a63eb92c0b17053835fac2be7 (patch) | |
tree | 7db0266b571351dc75066732b04e26825a2865a6 /audio/raproxy/Makefile | |
parent | 47bca6f1ee8afc3a44fba85bc2732bff8e44d56d (diff) | |
download | freebsd-ports-gnome-5bfff661e2b84d5a63eb92c0b17053835fac2be7.tar.gz freebsd-ports-gnome-5bfff661e2b84d5a63eb92c0b17053835fac2be7.tar.zst freebsd-ports-gnome-5bfff661e2b84d5a63eb92c0b17053835fac2be7.zip |
Adding port for real audio proxy (raproxy) for pnm: streams
Diffstat (limited to 'audio/raproxy/Makefile')
-rw-r--r-- | audio/raproxy/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile new file mode 100644 index 000000000000..0a93cf2745b8 --- /dev/null +++ b/audio/raproxy/Makefile @@ -0,0 +1,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.9 1999/02/13 20:03:59 obrien 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> |