diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-22 13:26:32 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-22 13:26:32 +0000 |
commit | 4301812e6c7b2b106aa2803e702de035ed938672 (patch) | |
tree | 46f5f77c522c61d9c04b023e1aac636692a3d8b3 /audio/raproxy | |
parent | cc44d9f1147dc75cc411967f934a666ad428df11 (diff) | |
download | ports-4301812e6c7b2b106aa2803e702de035ed938672.tar.gz ports-4301812e6c7b2b106aa2803e702de035ed938672.zip |
Notes
Diffstat (limited to 'audio/raproxy')
-rw-r--r-- | audio/raproxy/Makefile | 5 | ||||
-rw-r--r-- | audio/raproxy/files/patch-aa | 7 | ||||
-rw-r--r-- | audio/raproxy/pkg-plist | 13 |
3 files changed, 3 insertions, 22 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile index f66aa1850dde..f48b28eb7094 100644 --- a/audio/raproxy/Makefile +++ b/audio/raproxy/Makefile @@ -15,12 +15,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Progressive Networks RealAudio Proxy Kit 3.0 beta 1 -# Get it through http://www.real.com/firewall/fwdload/index.html -# if the master site does not exists somehow. ALL_TARGET= raproxy +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" RESTRICTED= License allows only use in a firewall or with RA products. +PLIST_FILES= libexec/raproxy +PORTDOCS= * MAN8= raproxy.8 do-install: diff --git a/audio/raproxy/files/patch-aa b/audio/raproxy/files/patch-aa deleted file mode 100644 index 28d266009152..000000000000 --- a/audio/raproxy/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.orig Thu Dec 19 19:12:26 1996 -+++ Makefile Sun Jan 24 02:33:30 1999 -@@ -8,2 +8,2 @@ --CC= cc --CFLAGS= #-DDEBUG -g -+#CC= cc -+#CFLAGS= #-DDEBUG -g diff --git a/audio/raproxy/pkg-plist b/audio/raproxy/pkg-plist deleted file mode 100644 index 58f9459f6a86..000000000000 --- a/audio/raproxy/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -libexec/raproxy -%%PORTDOCS%%%%DOCSDIR%%/about.html -%%PORTDOCS%%%%DOCSDIR%%/advanced.html -%%PORTDOCS%%%%DOCSDIR%%/contents.html -%%PORTDOCS%%%%DOCSDIR%%/generic.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/moreinfo.html -%%PORTDOCS%%%%DOCSDIR%%/player.html -%%PORTDOCS%%%%DOCSDIR%%/raproxy.pdf -%%PORTDOCS%%%%DOCSDIR%%/thrdprty.html -%%PORTDOCS%%%%DOCSDIR%%/tproxy.pdf -%%PORTDOCS%%%%DOCSDIR%%/usekit.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |