blob: a938ee3208eef3cc54913af6d012987b6d7a0f1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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://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>
|