pkgsrc/audio/rio/Makefile
jlam 7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00

27 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/02/06 16:58:11 jlam Exp $
#
DISTNAME= rio007
PKGNAME= rio-1.07
CATEGORIES= audio
MASTER_SITES= http://www.world.co.uk/sba/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.world.co.uk/sba/rio.htm
COMMENT= utility to display and manage files on the Diamond Rio PMP300
ONLY_FOR_PLATFORM= NetBSD-*-i386
WRKSRC= ${WRKDIR}/rio107
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/rio
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/rio
${SED} -e 's|@AWK@|${AWK}|g' ${FILESDIR}/find-lpt-port > ${PREFIX}/bin/find-lpt-port
${CHMOD} 755 ${PREFIX}/bin/find-lpt-port
.include "../../mk/bsd.pkg.mk"