summaryrefslogtreecommitdiff
path: root/converters/asr10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/asr10/Makefile')
-rw-r--r--converters/asr10/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile
new file mode 100644
index 000000000000..b8e00f57cb15
--- /dev/null
+++ b/converters/asr10/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: asr10
+# Date created: 7 October 2003
+# Whom: M.Indlekofer@gmx.de
+#
+# $FreeBSD$
+#
+
+PORTNAME= asr10
+PORTVERSION= 1.0
+CATEGORIES= converters
+MASTER_SITES= http://www.spies.com/~kmi/
+
+MAINTAINER= M.Indlekofer@gmx.de
+COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.template ${PREFIX}/libdata/
+
+.include <bsd.port.mk>