diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-04-16 02:24:52 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-04-16 02:24:52 +0000 |
commit | 2df7e9a48a223e281b9bec569ce1b38a59549765 (patch) | |
tree | 0b8f5d6db0860cbe1c9beca451c70a42257fc4d3 /net/liveMedia | |
parent | b2152e9b0398ede16ed1f465080d0c593ef8ae3c (diff) | |
download | ports-2df7e9a48a223e281b9bec569ce1b38a59549765.tar.gz ports-2df7e9a48a223e281b9bec569ce1b38a59549765.zip |
Notes
Diffstat (limited to 'net/liveMedia')
-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/>. + |