2010-01-12 22:24:10 +01:00
|
|
|
# New ports collection makefile for: hs-ALUT
|
|
|
|
# Date created: December 20 2009
|
|
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ALUT
|
|
|
|
PORTVERSION= 2.2.0.0
|
2010-01-25 20:15:18 +01:00
|
|
|
PORTREVISION= 1
|
2010-01-12 22:24:10 +01:00
|
|
|
CATEGORIES= audio haskell
|
|
|
|
|
|
|
|
MAINTAINER= jacula@gmail.com
|
|
|
|
COMMENT= A Haskell binding for the OpenAL Utility Toolkit
|
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_HACKAGE= OpenAL StateVar
|
2010-01-25 20:15:18 +01:00
|
|
|
USE_OPENAL= al alut
|
2010-01-12 22:24:10 +01:00
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
PORTEXAMPLES= *
|
|
|
|
INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
2010-01-12 22:24:10 +01:00
|
|
|
|
2010-05-12 18:33:59 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2010-01-12 22:24:10 +01:00
|
|
|
.include <bsd.port.mk>
|