summaryrefslogtreecommitdiffstats
path: root/audio/dap/Makefile
blob: 7bf98866f893bf09cd5094d2e7a727861d1880b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# ports collection makefile for:	dap
# Date created:				23 August 1998
# Whom:					yoshiaki Uchikawa
#
# $FreeBSD$
#

PORTNAME=	dap
PORTVERSION=	2.1.5
PORTREVISION=	2
CATEGORIES=	audio
MASTER_SITES=	http://cvsup1.theplanet.com/distfiles/ \
		http://www.sourcefiles.org/Multimedia/Soundfile_Editors/
EXTRACT_SUFX=.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Audio sample editing and processing suite

LIB_DEPENDS=	forms.1:${PORTSDIR}/x11-toolkits/xforms

MAKEFILE=	Makefile.linux
USE_XORG=	xpm

MAKE_ENV+=	OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=.

PORTDOCS=	COPYING README THANKS TODO
PORTEXAMPLES=	testautopan.dsp \
		testmodulateddelay.dsp \
		testphaser.dsp \
		teststereoecho.dsp \
		testflanger.dsp \
		testmultitapdelay.dsp \
		testreverb.dsp	\
		weirdflanger.dsp
PLIST_FILES=	bin/DAP

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/

.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for _DOC in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${_DOC} ${DOCSDIR}/${_DOC}
.endfor
.endif

.if !defined(NOPORTEXAMPLES)
	@${MKDIR} ${EXAMPLESDIR}
.for _EXAMPLE in ${PORTEXAMPLES}
	${INSTALL_DATA} ${WRKSRC}/main/effects/${_EXAMPLE} ${EXAMPLESDIR}/${_EXAMPLE}
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud