- changelog: Major Changes: * Visible position in playlist * Added previous command (Yup, now you can play previous song) * playd hell now calls man playd * Added command to jump to position in playlist * Removed commands with "--" and removed all 1 char switches.... * Added basic support for favourite songs Minor changes: * Playlist items numbers are now padded * New commands * Many bugfixes * Code cleanup * Fixes in manual PR: ports/152560 Submitted by: Aldis Berjoza <aldis _at_ bsdroot.lv> (maintainer)
33 lines
758 B
Makefile
33 lines
758 B
Makefile
# New ports collection makefile for: playd
|
|
# Date created: Apr 29, 2009
|
|
# Whom: Aldis Berjoza <killasmurf86@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= playd
|
|
PORTVERSION= 1.15.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/
|
|
DISTNAME= playd.sh-${PORTVERSION}
|
|
|
|
MAINTAINER= aldis@bsdroot.lv
|
|
COMMENT= Very easy to use mplayer sh wrapper script (supports playlists)
|
|
|
|
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
LICENSE= BSD
|
|
|
|
PLIST_FILES= bin/playd
|
|
MAN1= playd.1
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/playd-sh-${REV}
|
|
REV= 1e6a3af2e611
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
|
|
${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/
|
|
|
|
# vim: set ts=8 sw=8:
|
|
.include <bsd.port.mk>
|