|
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> |