summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2021-01-23 20:36:58 +0000
committerjs <js@pkgsrc.org>2021-01-23 20:36:58 +0000
commite0d0c5d7bebe059d3e9743eadc3ab6e11618c969 (patch)
tree3e5813616161bf7701c66db7a8277bd923a669ad /audio
parent5d2b0c208d7c0da3e85e61d13168057261726140 (diff)
downloadpkgsrc-e0d0c5d7bebe059d3e9743eadc3ab6e11618c969.tar.gz
Remove audio/ft2-clone
It was already there as audio/fasttracker2 - which probably should be renamed, given that this is not FastTracker II but a clone and the official name of the project being ft2-clone.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile3
-rw-r--r--audio/ft2-clone/DESCR8
-rw-r--r--audio/ft2-clone/Makefile39
-rw-r--r--audio/ft2-clone/PLIST2
-rw-r--r--audio/ft2-clone/distinfo6
5 files changed, 1 insertions, 57 deletions
diff --git a/audio/Makefile b/audio/Makefile
index edda6b3b466..c203296482b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.622 2021/01/23 20:16:10 js Exp $
+# $NetBSD: Makefile,v 1.623 2021/01/23 20:36:58 js Exp $
#
COMMENT= Audio tools
@@ -123,7 +123,6 @@ SUBDIR+= freeswitch-sounds-en
SUBDIR+= freeswitch-sounds-fr
SUBDIR+= freeswitch-sounds-ru
SUBDIR+= freezetag
-SUBDIR+= ft2-clone
SUBDIR+= game-music-emu
SUBDIR+= gbemol
SUBDIR+= gkrellm-volume
diff --git a/audio/ft2-clone/DESCR b/audio/ft2-clone/DESCR
deleted file mode 100644
index 5a9eb8cb4fc..00000000000
--- a/audio/ft2-clone/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Fasttracker II clone for Windows/macOS/Linux
-
-Aims to be a highly accurate clone of the classic Fasttracker II software for
-MS-DOS. The XM player itself has been directly ported from the original source
-code, for maximum accuracy.
-
-What is Fasttracker II? Read about it on Wikipedia:
-https://en.wikipedia.org/wiki/FastTracker_2
diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile
deleted file mode 100644
index 4cfbef9a986..00000000000
--- a/audio/ft2-clone/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2021/01/23 20:16:11 js Exp $
-
-DISTNAME= ft2-clone-1.43
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
-GITHUB_PROJECT= ft2-clone
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= js@pkgsrc.org
-HOMEPAGE= https://github.com/8bitbubsy/ft2-clone/
-COMMENT= Fasttracker II clone for Windows/macOS/Linux
-LICENSE= modified-bsd
-
-USE_LANGUAGES= c c++
-
-INSTALLATION_DIRS+= bin
-
-do-build:
- cd ${WRKSRC}/src/rtmidi && ${CXX} -c -O2 -DNDEBUG \
- $$(sdl2-config --cflags) *.cpp
- cd ${WRKSRC}/src/gfxdata && ${CC} -c -O2 -DNDEBUG \
- $$(sdl2-config --cflags) *.c
- cd ${WRKSRC}/src/mixer && ${CC} -c -O2 -DNDEBUG \
- $$(sdl2-config --cflags) *.c
- cd ${WRKSRC}/src && ${CC} -c -O2 -DNDEBUG $$(sdl2-config --cflags) *.c
- cd ${WRKSRC} && ${CXX} -o ft2-clone \
- $$(sdl2-config --libs) -liconv \
- src/rtmidi/*.o \
- src/gfxdata/*.o \
- src/mixer/*.o \
- src/*.o
-
-do-install:
- cd ${WRKSRC} && ${INSTALL} -m 755 ft2-clone \
- ${DESTDIR}${PREFIX}/bin/ft2-clone
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/ft2-clone/PLIST b/audio/ft2-clone/PLIST
deleted file mode 100644
index 5ef552dea25..00000000000
--- a/audio/ft2-clone/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/23 20:16:11 js Exp $
-bin/ft2-clone
diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo
deleted file mode 100644
index 42d303c874b..00000000000
--- a/audio/ft2-clone/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2021/01/23 20:16:11 js Exp $
-
-SHA1 (ft2-clone-1.43.tar.gz) = 34a8be674e44169aa07c87190cbe296ce7b3481b
-RMD160 (ft2-clone-1.43.tar.gz) = 50bd6c2224fcfee21f6617253d4d1f2fdf211517
-SHA512 (ft2-clone-1.43.tar.gz) = 767cd178b459bc6365c6c7368a505b9abb69d2a0507d045eb964f01ec6deda36834438c39cade323ec55bcbd29683dc30fc2b8986a1f9e2d5134ec685aaad4b5
-Size (ft2-clone-1.43.tar.gz) = 5097977 bytes