From 1ec5a23dde11bd9476cf547367f7acda1d83a794 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 16 Sep 1998 12:54:00 +0000 Subject: Digital Audio Processor. PR: ports/7719 Submitted by: Yoshiaki Uchikawa --- audio/dap/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 audio/dap/Makefile (limited to 'audio/dap/Makefile') diff --git a/audio/dap/Makefile b/audio/dap/Makefile new file mode 100644 index 000000000000..e1c63b3a41dc --- /dev/null +++ b/audio/dap/Makefile @@ -0,0 +1,31 @@ +# ports collection makefile for: dap +# Version required: 1.3b +# Date created: 23 August 1998 +# Whom: yoshiaki Uchikawa +# +# $Id$ +# + +DISTNAME= DAPSource +PKGNAME= dap-1.3b +CATEGORIES= audio +MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ + +MAINTAINER= yoshiaki@kt.rim.or.jp + +LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms + +WRKSRC= ${WRKDIR}/dap +USE_X_PREFIX= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/DAP/ + ${INSTALL_MAN} ${WRKSRC}/COPYING ${WRKSRC}/README \ + ${WRKSRC}/THANKS ${WRKSRC}/TODO ${PREFIX}/share/doc/DAP/ +.endif +post-install: + strip ${PREFIX}/bin/DAP + +.include -- cgit v1.2.3