freebsd-ports/multimedia/playd2/Makefile
Dmitry Marakasov c8c973bb85 - Update to 1.3.2
PR:		135861
Submitted by:	Aldis Berjoza <killasmurf86@gmail.com> (maintainer)
2009-06-21 18:58:25 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: playd
# Date created: Apr 29, 2009
# Whom: Aldis Berjoza <killasmurf86@gmail.com>
#
# $FreeBSD$
#
PORTNAME= playd
PORTVERSION= 1.3.2
CATEGORIES= multimedia
MASTER_SITES= http://www.logvinov.ru/files/dist/playd/
MAINTAINER= killasmurf86@gmail.com
COMMENT= Very easy to use mplayer sh wrapper script, with usefull features
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PLIST_FILES= bin/playd
MAN1= playd.1
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/playd.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>