summaryrefslogtreecommitdiff
path: root/audio/dap/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 12:48:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 12:48:13 +0000
commitd16870ec4892a0f8c642798171803e5ba788f26e (patch)
tree3b3a28eecb1afa04565dd49f21bc0320d03830e0 /audio/dap/Makefile
parentBump PORTREVISION after open-mofit update (diff)
One more bunch of unmaintained expired ports removal
2011-05-01 audio/dap: Upstream disapear and distfile is no more available 2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available 2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available 2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available 2011-05-01 finance/xinvest: Outdated, abandoned 2011-05-01 finance/xquote: Outdated, abandoned 2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
Diffstat (limited to '')
-rw-r--r--audio/dap/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile
deleted file mode 100644
index 095ed6f9b044..000000000000
--- a/audio/dap/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# ports collection makefile for: dap
-# Date created: 23 August 1998
-# Whom: yoshiaki Uchikawa
-#
-# $FreeBSD$
-#
-
-PORTNAME= dap
-PORTVERSION= 2.1.5
-PORTREVISION= 3
-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
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
-
-MAKEFILE= Makefile.linux
-USE_XORG= xpm
-
-MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=.
-MAKE_JOBS_UNSAFE= yes
-
-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>