summaryrefslogtreecommitdiff
path: root/audio/spiralsynthbaby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/spiralsynthbaby/Makefile')
-rw-r--r--audio/spiralsynthbaby/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/audio/spiralsynthbaby/Makefile b/audio/spiralsynthbaby/Makefile
deleted file mode 100644
index d9323821d1c1..000000000000
--- a/audio/spiralsynthbaby/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: spiralsynth
-# Date created: 2000-09-05
-# Whom: Trevor Johnson <trevor@jpj.net>
-# based on the NetBSD port
-#
-# $FreeBSD$
-#
-
-PORTNAME= spiralsynth
-PORTVERSION= 0.1.5
-CATEGORIES= audio
-MASTER_SITES= http://www.blueammonite.f9.co.uk/SpiralSynth/dload/ \
- http://jpj.net/~trevor/freebsd/ports/
-DISTNAME= SpiralSynth-${PORTVERSION}
-
-MAINTAINER= trevor@jpj.net
-
-LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
-
-USE_X_PREFIX= yes
-
-GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-DOC_FILES= CHANGES COPYING README
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/spiralsynth
-.for i in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/spiralsynth
-.endfor
-.endif
-.include <bsd.port.mk>