1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/rplay/Makefile
Chris Piazza a9447d76cb echo -> ${ECHO}. (from submitter).
Make portlint happy by removing trailing spaces and shortening DESCR (me).

PR:	12363
Submitted by:	Will Andrews <andrews@technologist.com>
1999-06-23 18:21:34 +00:00

34 lines
1020 B
Makefile

# New ports collection makefile for: rplay - Network audio player
# Version required: 3.2.0b6
# Date created: 16 March 1995
# Whom: rmallory@csusb.edu
#
# $Id: Makefile,v 1.11 1999/06/05 20:07:58 mharo Exp $
#
DISTNAME= rplay-3.2.0b6
CATEGORIES= audio
MASTER_SITES= http://rplay.doit.org/dist/
MAINTAINER= rmallory@csusb.edu
LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
HAS_CONFIGURE= yes
USE_GMAKE= yes
MAN1= rplay.1 xrplay.1 rplayd.1 rptp.1
MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/rplayd.sh ]; then \
@${ECHO} "Installing ${PREFIX}/etc/rc.d/rplayd.sh startup file."; \
@${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/rplayd.sh; \
@${ECHO} "[ -x ${PREFIX}/sbin/rplayd ] && ( ${PREFIX}/sbin/rplayd & ) && ${ECHO} -n ' rplayd'" >> ${PREFIX}/etc/rc.d/rplayd.sh; \
chmod 751 ${PREFIX}/etc/rc.d/rplayd.sh; \
fi
@if [ ! -f ${PREFIX}/etc/rplay.hosts ]; then \
@${ECHO} localhost > ${PREFIX}/etc/rplay.hosts; \
fi
.include <bsd.port.mk>