blob: 146a778bc6c86e033e623a9026692df1385e968f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= ALUT
PORTVERSION= 2.4.0.0
CATEGORIES= audio haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding for the OpenAL Utility Toolkit
LICENSE= BSD3CLAUSE
USE_CABAL= OpenAL>=1.6.0.0 OpenGL>=2.9.0.0
USES= openal:al,alut
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|