summaryrefslogtreecommitdiff
path: root/multimedia/playd/Makefile
blob: b05f8058c7f071b35f3d5d077928c70d8e2899ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	playd
# Date created:				Apr 29, 2009
# Whom:					Aldis Berjoza <killasmurf86@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	playd
PORTVERSION=	1.22.3
CATEGORIES=	multimedia
MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
DISTNAME=	playd.sh-${PORTVERSION}

MAINTAINER=	graudeejs@gmail.com
COMMENT=	Very easy-to-use mplayer sh wrapper script (supports playlists)

LICENSE=	BSD

RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer

PLIST_FILES=	bin/playd
MAN1=		playd.1

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/graudeejs-playd-${REV}
REV=		1e09c80

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
	${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/

.include <bsd.port.mk>