diff options
Diffstat (limited to 'audio/hs-OpenAL/Makefile')
-rw-r--r-- | audio/hs-OpenAL/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile index 5ab0f67bab1c..737f9a04dc51 100644 --- a/audio/hs-OpenAL/Makefile +++ b/audio/hs-OpenAL/Makefile @@ -7,14 +7,16 @@ PORTNAME= OpenAL PORTVERSION= 1.4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell binding to the OpenAL cross-platform 3D audio API +LICENSE= BSD + CABAL_SETUP= Setup.hs -USE_HACKAGE= ObjectName StateVar Tensor +USE_CABAL= ObjectName StateVar Tensor USE_OPENAL= al PORTEXAMPLES= * |