366d6eb58a
and image files. PR: ports/57789 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@gmx.de>
22 lines
554 B
Makefile
22 lines
554 B
Makefile
# 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>
|