aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vstream-client
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-07-11 11:46:11 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-07-11 11:46:11 +0000
commit976885a3f60a41cfd377a39eafd191718442959f (patch)
tree189d1646c2db1a17cd71a918f1f2b09e60a79fd7 /multimedia/vstream-client
parent46a1908a77e05f56038d5b15de28e03937561af0 (diff)
downloadports-976885a3f60a41cfd377a39eafd191718442959f.tar.gz
ports-976885a3f60a41cfd377a39eafd191718442959f.zip
Notes
Diffstat (limited to 'multimedia/vstream-client')
-rw-r--r--multimedia/vstream-client/Makefile9
-rw-r--r--multimedia/vstream-client/pkg-plist3
2 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/vstream-client/Makefile b/multimedia/vstream-client/Makefile
index 81f76285899f..14bdc6c34bff 100644
--- a/multimedia/vstream-client/Makefile
+++ b/multimedia/vstream-client/Makefile
@@ -8,12 +8,17 @@
PORTNAME= vstream-client
PORTVERSION= 1.2
CATEGORIES= multimedia
-MASTER_SITES= http://mirror-unt.nicewarrior.org/${PORTNAME}/ \
+MASTER_SITES= http://download.nicewarrior.org/${PORTNAME}/ \
http://www.exit.com/Archives/FreeBSD/
-MAINTAINER= frank@exit.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= The vstream library from the tivo-mplayer project
HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+PLIST_FILES= bin/vstream-client \
+ lib/libvstream-client.a \
+ include/vstream-client.h
.include <bsd.port.mk>
diff --git a/multimedia/vstream-client/pkg-plist b/multimedia/vstream-client/pkg-plist
deleted file mode 100644
index b96b0a8a6c6d..000000000000
--- a/multimedia/vstream-client/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/vstream-client
-lib/libvstream-client.a
-include/vstream-client.h