pkgsrc/audio/rplay/Makefile
rodent 0fe51336d1 Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.63 2013/04/06 20:27:16 rodent Exp $
#
DISTNAME= rplay-3.3.2
PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://rplay.doit.org/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rplay.doit.org/
COMMENT= Network audio player
USE_TOOLS+= makeinfo
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --build=BUILD
INFO_FILES= yes
RCD_SCRIPTS= rplayd
EGDIR= ${PREFIX}/share/examples/rplay
INSTALLATION_DIRS= ${EGDIR}
pre-configure:
cd ${WRKSRC}/doc; for manpage in *.[0-9]; do \
${SED} -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g" \
-e "s|/usr/local|${PREFIX}|g" \
-e "s|/etc/rplay|${PKG_SYSCONFDIR}|g" \
$${manpage} > $${manpage}.pdone; \
${MV} -f $${manpage}.pdone $${manpage}; \
done
post-install:
.for f in rplay.conf rplay.helpers rplay.hosts rplay.servers
${INSTALL_DATA} ${WRKSRC}/etc/${f} ${DESTDIR}${EGDIR}
.endfor
.include "../../audio/gsm/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/rx/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"