freebsd-ports/multimedia/playd2/Makefile
Wesley Shields 44f0e87d90 - Update to 1.3.4
- Fix typo in COMMENT

PR:		ports/136102
Submitted by:	Aldis Berjoza <killasmurf86@gmail.com> (maintainer)
2009-06-28 13:34:35 +00:00

29 lines
667 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.4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://www.logvinov.ru/files/dist/playd/
MAINTAINER= killasmurf86@gmail.com
COMMENT= Very easy to use mplayer sh wrapper script, with useful features
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PROJECTHOST= playd-sh
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>