bd5f4a5ba4
libmpd-haskell is a client library for MPD written in Haskell that aims to provide a safe and flexible yet consistent and intuitive interface to MPD's external API. ok kili@
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/03 07:40:18 jasper Exp $
|
|
|
|
COMMENT= Haskell interface to MPD
|
|
|
|
DISTNAME= libmpd-0.5.0
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
HOMEPAGE= https://github.com/joachifm/libmpd-haskell
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD= cabal hackage haddock register
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/hs-network
|
|
|
|
.include <bsd.port.mk>
|