freebsd-ports/multimedia/playd/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

29 lines
718 B
Makefile

# Created by: Aldis Berjoza <killasmurf86@gmail.com>
# $FreeBSD$
PORTNAME= playd
PORTVERSION= 1.22.3
PORTREVISION= 1
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= BSD3CLAUSE
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
PLIST_FILES= bin/playd \
man/man1/playd.1.gz
NO_BUILD= yes
WRKSRC= ${WRKDIR}/graudeejs-playd-${REV}
REV= 1e09c80
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${STAGEDIR}${PREFIX}/bin/playd
${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>