2acb3c8385
and the line with the unregister.sh script down to the bottom of the plist. Silences all the blurb about ".../*.haddock doesn't exist or isn't a file."
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/10/28 23:24:28 kili Exp $
|
|
|
|
COMMENT= Haskell interface to MPD
|
|
|
|
DISTNAME= libmpd-0.7.2
|
|
REVISION= 1
|
|
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>=2.1,<2.4 \
|
|
devel/hs-mtl>=2.0,<2.2 \
|
|
devel/hs-text>=0.11,<0.12
|
|
|
|
.include <bsd.port.mk>
|