pkgsrc/audio/eawpatches/Makefile
rillig dac0daadb8 Fixed file permissions for gravis.cfg.
Reordered things in the Makefile.

PKGREVISION++
2007-01-08 21:34:57 +00:00

35 lines
904 B
Makefile

# $NetBSD: Makefile,v 1.19 2007/01/08 21:34:57 rillig Exp $
#
DISTNAME= eawpats12_full
PKGNAME= eawpatches-12
PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
MAINTAINER= adam@NetBSD.org
COMMENT= Eric A. Welsh' patches (audio samples) for TiMidity
RESTRICTED= Some patches are copyrighted, some marked no-commercial-use
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
LICENSE= generic-nonlicense
WRKSRC= ${WRKDIR}
NO_BUILD= yes
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
post-extract:
chmod go-w ${WRKSRC}/eawpats/gravis.cfg
pre-configure:
sed -e "s@/home/user/eawpats@${WRKSRC}/share/eawpats@" \
< ${WRKSRC}/eawpats/linuxconfig/timidity.cfg \
> ${WRKSRC}/eawpats/timidity.cfg
rm -r ${WRKSRC}/eawpats/linuxconfig \
${WRKSRC}/eawpats/winconfig
do-install:
cd ${WRKSRC} && pax -wr eawpats ${PREFIX}/share
.include "../../mk/bsd.pkg.mk"