34 lines
707 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2000/09/21 07:47:06 brad Exp $
1997-12-05 02:18:05 +00:00
DISTNAME= rplay-3.3.0
1997-12-05 02:18:05 +00:00
CATEGORIES= audio
NEED_VERSION= 1.330
1999-09-06 18:23:45 +00:00
MASTER_SITES= http://rplay.doit.org/dist/
1997-12-05 02:18:05 +00:00
HOMEPAGE= http://rplay.doit.org/
LIB_DEPENDS= gsm.1.0::audio/gsm
1997-12-05 02:18:05 +00:00
MAINTAINER= angelos@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:02:07 +00:00
USE_GMAKE= Yes
SYSCONFDIR= /etc/rplay
CONFIGURE_STYLE= gnu dest
post-configure:
.for ff in rplay.conf.5 rplay.helpers.5 rplay.hosts.5 rplayd.8
@cd ${WRKSRC}/doc; \
sed -e "s,/usr/local/etc,${SYSCONFDIR},g" ${ff} >${ff}.tmp; \
mv ${ff}.tmp ${ff}
.endfor
1997-12-05 02:18:05 +00:00
post-build:
@cd ${WRKSRC}/doc && ${MAKE_PROGRAM} info
1997-12-05 02:18:05 +00:00
.include <bsd.port.mk>