pkgsrc/audio/nspmod/Makefile

17 lines
479 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2004/10/28 13:40:52 wiz Exp $
#
DISTNAME= nspmod-0.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/sound/players/}
MAINTAINER= mycroft@NetBSD.ORG
#HOMEPAGE= http://www.jeton.or.jp/users/toru/www/orgsoft/index.html
2001-02-21 13:00:08 +01:00
COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
1998-07-03 05:46:03 +02:00
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"