freebsd-ports/converters/asr10/Makefile
Mark Linimon 366d6eb58a Add converters/asr10; provides access to Ensoniq EPS/EPS+/ASR devices
and image files.

PR:		ports/57789
Submitted by:	Klaus Michael Indlekofer <M.Indlekofer@gmx.de>
2004-01-06 08:12:11 +00:00

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>