summaryrefslogtreecommitdiff
path: root/audio/tfmxplay/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/tfmxplay/Makefile')
-rw-r--r--audio/tfmxplay/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/tfmxplay/Makefile b/audio/tfmxplay/Makefile
new file mode 100644
index 00000000000..fbdbaaf0e98
--- /dev/null
+++ b/audio/tfmxplay/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/10 01:14:02 wiz Exp $
+#
+
+DISTNAME= tfmxplay-0.4
+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"