mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
bf6ecd9c03
PR: ports/77863 Submitted by: Klaus Michael Indlekofer (maintainer)
22 lines
568 B
Makefile
22 lines
568 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://members.tripod.com/kmi9000/files/
|
|
|
|
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>
|