aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-openal
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 20:43:14 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 20:49:26 +0000
commit0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch)
tree0123180d5bb20241a46464f19bae480ea1ca40c5 /audio/fpc-openal
parent41db5078f809a250e42162689e6252619ce5a30c (diff)
downloadports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.tar.gz
ports-0b92f925a3a155ce7b5f4eddfd528553915c6eb8.zip
Diffstat (limited to 'audio/fpc-openal')
-rw-r--r--audio/fpc-openal/Makefile18
-rw-r--r--audio/fpc-openal/files/patch-packages_openal_fpmake.pp14
-rw-r--r--audio/fpc-openal/pkg-plist3
3 files changed, 0 insertions, 35 deletions
diff --git a/audio/fpc-openal/Makefile b/audio/fpc-openal/Makefile
deleted file mode 100644
index 459c6450eefc..000000000000
--- a/audio/fpc-openal/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-CATEGORIES= audio lang
-PKGNAMESUFFIX= -openal
-
-COMMENT= Free Pascal interface to openal library
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= OPENAL
-OPENAL_DESC= Install openal library
-OPTIONS_DEFAULT= OPENAL
-
-OPENAL_USES= openal:soft
-
-.include "${MASTERDIR}/Makefile"
diff --git a/audio/fpc-openal/files/patch-packages_openal_fpmake.pp b/audio/fpc-openal/files/patch-packages_openal_fpmake.pp
deleted file mode 100644
index 3f5a1388a70e..000000000000
--- a/audio/fpc-openal/files/patch-packages_openal_fpmake.pp
+++ /dev/null
@@ -1,14 +0,0 @@
---- packages/openal/fpmake.pp.orig 2015-11-13 21:15:29 UTC
-+++ packages/openal/fpmake.pp
-@@ -19,9 +19,9 @@ begin
- {$endif ALLPACKAGES}
- P.Version:='3.0.0';
- if Defaults.CPU = i386 then
-- P.OSes := [linux,win32,darwin]
-+ P.OSes := [linux,win32,darwin,dragonfly,freebsd]
- else
-- P.OSes := [linux,win32];
-+ P.OSes := [linux,win32,dragonfly,freebsd];
- P.SourcePath.Add('src');
- P.IncludePath.Add('src');
-
diff --git a/audio/fpc-openal/pkg-plist b/audio/fpc-openal/pkg-plist
deleted file mode 100644
index 3220dccbf687..000000000000
--- a/audio/fpc-openal/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openal.fpm
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.ppu