View | Details | Raw Unified | Return to bug 174195
Collapse All | Expand All

(-)multimedia/vstream-client/Makefile (-10 / +13 lines)
Lines 1-25 Link Here
1
# New ports collection makefile for:    vstream-client
1
# Created by: Frank Mayhar <frank@exit.com>
2
# Date created:				2005-10-06
3
# Whom:					Frank Mayhar <frank@exit.com>
4
#
5
# $FreeBSD: head/multimedia/vstream-client/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/multimedia/vstream-client/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	vstream-client
4
PORTNAME=	vstream-client
9
PORTVERSION=	1.2
5
PORTVERSION=	1.2.1.1
10
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
11
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GOOGLE_CODE
12
8
13
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	The vstream library from the tivo-mplayer project
10
COMMENT=	Client library for the Tivo vstream server
15
11
16
USE_BZIP2=	yes
12
LICENSE=	GPLv2
17
13
14
USE_BZIP2=	yes
18
HAS_CONFIGURE=	yes
15
HAS_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--prefix=${PREFIX}
16
CONFIGURE_ARGS=	--prefix=${PREFIX}
17
MAKE_JOBS_SAFE=	yes
20
18
21
PLIST_FILES=	bin/vstream-client \
19
PLIST_FILES=	bin/vstream-client \
22
		lib/libvstream-client.a \
20
		include/vstream-client.h \
23
		include/vstream-client.h
21
		lib/libvstream-client.a
22
23
post-patch:
24
	@${REINPLACE_CMD} -e \
25
		's|$$(INSTALL) -m 755|$${BSD_INSTALL_PROGRAM}| ; \
26
		 s|$$(INSTALL) -m 644|$${BSD_INSTALL_DATA}|' ${WRKSRC}/Makefile
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)multimedia/vstream-client/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (vstream-client-1.2.tar.bz2) = 07daac73fffc6c4bc6518cfc80df38b47a23f2b15d9f85b643c0a58c3ae0babc
1
SHA256 (vstream-client-1.2.1.1.tar.bz2) = caf3058b0afc0e8c01d752abf7a115a9b647fac1c6e9190a9aae8f79d4dcf09b
2
SIZE (vstream-client-1.2.tar.bz2) = 28132
2
SIZE (vstream-client-1.2.1.1.tar.bz2) = 36390

Return to bug 174195