19 lines
402 B
Makefile
19 lines
402 B
Makefile
|
# 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>
|