pkgsrc/audio/tfmxplay/Makefile
wiz b335a408dd Update to 0.5:
* fixed problem when writing to a file
* fixed problem with Turrican 2 World 2 Song 0 and others
2001-08-01 13:55:31 +00:00

18 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/08/01 13:55:31 wiz Exp $
#
DISTNAME= tfmxplay-0.5
CATEGORIES= audio
MASTER_SITES= http://darkstar.tabu.uni-bonn.de/~neo/tfmx/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://darkstar.tabu.uni-bonn.de/~neo/audio.html
COMMENT= console TFMX (amiga games sound file format) player
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tfmx-play ${PREFIX}/bin/tfmxplay
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tfmxplay
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tfmxplay/
.include "../../mk/bsd.pkg.mk"