mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
30 lines
678 B
Makefile
30 lines
678 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
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>
|