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/Makefile | |
parent | cc44d9f1147dc75cc411967f934a666ad428df11 (diff) |
Use MAKE_ARGS & PLIST_FILES/PORTDOCS
Notes
Notes:
svn path=/head/; revision=133935
Diffstat (limited to 'audio/raproxy/Makefile')
-rw-r--r-- | audio/raproxy/Makefile | 5 |
1 files changed, 3 insertions, 2 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: |