2000-06-10 17:39:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2000/06/10 17:39:21 espie Exp $
|
1997-12-05 02:18:05 +00:00
|
|
|
|
1998-06-26 03:55:51 +00:00
|
|
|
DISTNAME= rplay-3.3.0
|
1997-12-05 02:18:05 +00:00
|
|
|
CATEGORIES= audio
|
2000-06-10 17:39:11 +00:00
|
|
|
NEED_VERSION= 1.300
|
1999-09-06 18:23:45 +00:00
|
|
|
MASTER_SITES= http://rplay.doit.org/dist/
|
1997-12-05 02:18:05 +00:00
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
2000-02-12 08:02:07 +00:00
|
|
|
LICENSE_TYPE= GPL
|
2000-04-08 16:39:14 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2000-03-24 23:28:01 +00:00
|
|
|
LIB_DEPENDS= gsm.1.0::audio/gsm
|
1997-12-05 02:18:05 +00:00
|
|
|
|
2000-04-08 16:39:14 +00:00
|
|
|
USE_GMAKE= Yes
|
1998-12-22 05:24:12 +00:00
|
|
|
SYSCONFDIR= /etc/rplay
|
2000-06-10 17:39:11 +00:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
1998-12-22 05:24:12 +00:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
.for ff in rplay.conf.5 rplay.helpers.5 rplay.hosts.5 rplayd.8
|
|
|
|
@cd ${WRKSRC}/doc; \
|
2000-02-11 01:09:59 +00:00
|
|
|
sed -e "s,/usr/local/etc,${SYSCONFDIR},g" ${ff} >${ff}.tmp; \
|
|
|
|
mv ${ff}.tmp ${ff}
|
1998-12-22 05:24:12 +00:00
|
|
|
.endfor
|
1997-12-05 02:18:05 +00:00
|
|
|
|
2000-04-08 16:39:14 +00:00
|
|
|
post-build:
|
|
|
|
@cd ${WRKSRC}/doc && make info
|
|
|
|
|
1997-12-05 02:18:05 +00:00
|
|
|
post-install:
|
1998-12-22 05:24:12 +00:00
|
|
|
@if [ ! -d /etc/rplay ]; then \
|
2000-02-11 01:09:59 +00:00
|
|
|
echo "Installing default configs..."; \
|
|
|
|
mkdir -p /etc/rplay; \
|
|
|
|
echo localhost >/etc/rplay/rplay.hosts; \
|
|
|
|
touch /etc/rplay/rplay.{conf,helpers,servers}; \
|
1997-12-05 02:18:05 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|