diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
commit | 691f434f549a42a69ac50ff23a1543397490f5c5 (patch) | |
tree | 918183cc54e747acc95c0517ca51c4874a7ee860 /audio/linux-fmodapi | |
parent | de9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff) |
Notes
Diffstat (limited to 'audio/linux-fmodapi')
-rw-r--r-- | audio/linux-fmodapi/Makefile | 30 | ||||
-rw-r--r-- | audio/linux-fmodapi/distinfo | 2 | ||||
-rw-r--r-- | audio/linux-fmodapi/files/patch-Makefile | 21 | ||||
-rw-r--r-- | audio/linux-fmodapi/pkg-descr | 15 | ||||
-rw-r--r-- | audio/linux-fmodapi/pkg-plist | 10 |
5 files changed, 0 insertions, 78 deletions
diff --git a/audio/linux-fmodapi/Makefile b/audio/linux-fmodapi/Makefile deleted file mode 100644 index feb4b4774571..000000000000 --- a/audio/linux-fmodapi/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Edwin Groothuis <edwin@mavetju.org> -# $FreeBSD$ - -PORTNAME= fmodapi -PORTVERSION= 4.24.16 -PORTREVISION= 1 -CATEGORIES= audio devel linux -MASTER_SITES= http://www.fmod.org/index.php/release/version/ -PKGNAMEPREFIX= linux- -DISTNAME= fmodapi42416linux - -MAINTAINER= edwin@mavetju.org -COMMENT= Music & Sound effects system - -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -ONLY_FOR_ARCHS= i386 amd64 -INSTALL_SHLIB= yes -USE_LDCONFIG= yes -USE_LINUX_PREFIX= yes -NO_BUILD= yes - -post-patch: - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${STAGEDIR}${PREFIX},' ${WRKSRC}/Makefile - -pre-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ - -.include <bsd.port.mk> diff --git a/audio/linux-fmodapi/distinfo b/audio/linux-fmodapi/distinfo deleted file mode 100644 index 792bccaa83a3..000000000000 --- a/audio/linux-fmodapi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fmodapi42416linux.tar.gz) = a516e48c0c715c31efdc0c810f26188c2bb484615e7a5e53ca936ad1d5e0b18d -SIZE (fmodapi42416linux.tar.gz) = 11276420 diff --git a/audio/linux-fmodapi/files/patch-Makefile b/audio/linux-fmodapi/files/patch-Makefile deleted file mode 100644 index 206f09c49bd5..000000000000 --- a/audio/linux-fmodapi/files/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig 2009-07-27 22:55:17.000000000 +1000 -+++ Makefile 2010-01-06 22:12:47.000000000 +1100 -@@ -1,8 +1,8 @@ - VERSION = 4.24.16 - LIBDIR = api/lib - HDRDIR = api/inc --DESTLIBDIR = /usr/local/lib --DESTHDRDIR = /usr/local/include/fmodex -+DESTLIBDIR = %%PREFIX%%/lib -+DESTHDRDIR = %%PREFIX%%/include/fmodex - - all: - @echo "Possible targets:" -@@ -51,7 +51,6 @@ - @echo "Installing FMOD Ex libraries and headers..." - cp -f ${LIBDIR}/libfmodex-${VERSION}.so ${DESTLIBDIR} - cp -f ${LIBDIR}/libfmodexp-${VERSION}.so ${DESTLIBDIR} -- ldconfig -n ${DESTLIBDIR} - mkdir -p ${DESTHDRDIR} - cp -f ${HDRDIR}/*.h* ${DESTHDRDIR} - @echo "done." diff --git a/audio/linux-fmodapi/pkg-descr b/audio/linux-fmodapi/pkg-descr deleted file mode 100644 index c0f91cd85e9a..000000000000 --- a/audio/linux-fmodapi/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The FMOD Ex Programmer's API and Designer are a world-leading library -and toolkit for the creation and playback of interactive audio. -FMOD products are widely used in the games industry and have gained -a strong reputation for its ease of use, powerful software-mixed -architecture and comprehensive cross-platform support. - -FMOD supports more hardware platforms than any other audio system -- including the latest 'next gen' consoles. Consider the cost savings -of not having to change code across any platform - Save months of -development time. FMOD is actively developed, with regular releases -of new features. Many new requested features have been provided to -customers in a very short turnaround - if you want a new feature, -just ask! - -WWW: http://www.fmod.org/ diff --git a/audio/linux-fmodapi/pkg-plist b/audio/linux-fmodapi/pkg-plist deleted file mode 100644 index 9e43a6e4360a..000000000000 --- a/audio/linux-fmodapi/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/libfmodex-4.24.16.so -lib/libfmodexp-4.24.16.so -include/fmodex/fmod.h -include/fmodex/fmod.hpp -include/fmodex/fmod_codec.h -include/fmodex/fmod_dsp.h -include/fmodex/fmod_errors.h -include/fmodex/fmod_memoryinfo.h -include/fmodex/fmod_output.h -include/fmodex/fmodlinux.h |