diff options
Diffstat (limited to 'multimedia/vstream-client/Makefile')
-rw-r--r-- | multimedia/vstream-client/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/vstream-client/Makefile b/multimedia/vstream-client/Makefile new file mode 100644 index 000000000000..9877ae5e0630 --- /dev/null +++ b/multimedia/vstream-client/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: vstream-client +# Date created: 2005-10-06 +# Whom: Frank Mayhar <frank@exit.com> +# +# $FreeBSD$ +# + +PORTNAME= vstream-client +PORTVERSION= 1.2 +CATEGORIES= multimedia +MASTER_SITES= http://mirror-jtan.nicewarrior.org/${PORTNAME}/ + +MAINTAINER= frank@exit.com +COMMENT= The vstream library from the tivo-mplayer project + +HAS_CONFIGURE= yes + +.include <bsd.port.mk> |