aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-openal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/fpc-openal/Makefile')
-rw-r--r--audio/fpc-openal/Makefile18
1 files changed, 0 insertions, 18 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"