diff options
Diffstat (limited to 'audio/libopenspc')
-rw-r--r-- | audio/libopenspc/Makefile | 22 | ||||
-rw-r--r-- | audio/libopenspc/distinfo | 2 | ||||
-rw-r--r-- | audio/libopenspc/pkg-descr | 3 |
3 files changed, 0 insertions, 27 deletions
diff --git a/audio/libopenspc/Makefile b/audio/libopenspc/Makefile deleted file mode 100644 index 97b9a46956a0..000000000000 --- a/audio/libopenspc/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= libopenspc -PORTVERSION= 0.3.99a -PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://rainbow-runner.nl/freebsd/ \ - LOCAL/kwm - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for playing SPC (SNES audio) files - -BUILD_DEPENDS= nasm:devel/nasm - -GNU_CONFIGURE= yes -USES= gmake libtool -USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 -LDFLAGS_i386= -Wl,-znotext - -PLIST_FILES= include/openspc.h lib/libopenspc.a \ - lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3 - -.include <bsd.port.mk> diff --git a/audio/libopenspc/distinfo b/audio/libopenspc/distinfo deleted file mode 100644 index 40511127a382..000000000000 --- a/audio/libopenspc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libopenspc-0.3.99a.tar.gz) = 24e1cd4ae39e80a6d033bd7ad8d05e70ac17e2f7127961a06947b34ca48f8c49 -SIZE (libopenspc-0.3.99a.tar.gz) = 358491 diff --git a/audio/libopenspc/pkg-descr b/audio/libopenspc/pkg-descr deleted file mode 100644 index d63452c1bd11..000000000000 --- a/audio/libopenspc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -libopenspc provides a library that allows for the emulated playback of SPC -files, which are SNES audio files. It uses the SNEeSe emulator sound core for -accurate playback. |