openbsd-ports/net/hpodder/Makefile
dcoppa e7fe29178f Unbreak build with ghc-7.6.
Patch stolen from the gentoo-haskell repository @ github.

OK kili@
2013-08-12 08:03:18 +00:00

32 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.28 2013/08/12 08:03:18 dcoppa Exp $
COMMENT = command line podcast aggregator
DISTNAME = hpodder-1.1.6
REVISION = 6
CATEGORIES = net
HOMEPAGE = http://wiki.github.com/jgoerzen/hpodder/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m pthread sqlite3 util
MODULES = lang/ghc converters/libiconv
MODGHC_BUILD = cabal hackage nort
BUILD_DEPENDS = devel/hs-ConfigFile \
devel/hs-mtl \
textproc/hs-HaXml>=1.22 \
databases/hs-HDBC-sqlite3>=1.1.0
RUN_DEPENDS = net/curl>=7.15.5 \
audio/py-mutagen>=1.9
post-install:
${INSTALL_MAN} ${FILESDIR}/hpodder.1 ${PREFIX}/man/man1
.include <bsd.port.mk>