diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/liveMedia/Makefile | 15 | ||||
-rw-r--r-- | net/liveMedia/pkg-descr | 2 | ||||
-rw-r--r-- | net/liveMedia/pkg-message | 5 |
3 files changed, 13 insertions, 9 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 46939de05a18..2e10e24eafe2 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -7,19 +7,13 @@ PORTNAME= liveMedia PORTVERSION= 2005.04.13 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ -#MASTER_SITES+= ${MASTER_SITE_LOCAL} -#MASTER_SITE_SUBDIR= nork +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} -# liveMedia's author says that use the latest version whenever -# possible, and doesn't keep old archives. -# So nork decided to set MASTER_SITES and MASTER_SITE_SUBDIR, -# while ports frozen. -# NOTE: If you notice that nork doesn't update this port, -# please go ahead before you informed to nork. MAINTAINER= nork@FreeBSD.org COMMENT= LIVE.COM Streaming Media @@ -223,4 +217,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/liveMedia/include/ .endfor +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/net/liveMedia/pkg-descr b/net/liveMedia/pkg-descr index 9d947a97d5bd..8ea6530f069d 100644 --- a/net/liveMedia/pkg-descr +++ b/net/liveMedia/pkg-descr @@ -10,3 +10,5 @@ extended to support additional (audio and/or video) codecs. They can also be used to build basic RTSP clients and servers, and have been used to add streaming support to existing media player applications, such as "mplayer". + +WWW: http://www.live.com/liveMedia/ diff --git a/net/liveMedia/pkg-message b/net/liveMedia/pkg-message new file mode 100644 index 000000000000..7110679ee76e --- /dev/null +++ b/net/liveMedia/pkg-message @@ -0,0 +1,5 @@ + +For more documentation on this software +(and to get the latest version), please +see <http://www.live.com/liveMedia/>. + |