openbsd-ports/net/hpodder/Makefile

32 lines
698 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:35:47 espie Exp $
COMMENT = command line podcast aggregator
2011-12-05 09:58:59 -05:00
DISTNAME = hpodder-1.1.6
REVISION = 4
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
2010-11-19 17:31:32 -05:00
BUILD_DEPENDS = devel/hs-ConfigFile \
devel/hs-mtl \
2012-09-18 13:12:56 -04:00
textproc/hs-HaXml>=1.22,<1.24 \
2011-12-05 09:58:59 -05:00
databases/hs-HDBC-sqlite3>=1.1.0
2010-11-19 17:31:32 -05:00
RUN_DEPENDS = net/curl>=7.15.5 \
audio/py-mutagen>=1.9
post-install:
2010-05-07 07:00:34 -04:00
${INSTALL_MAN} ${FILESDIR}/hpodder.1 ${PREFIX}/man/man1
.include <bsd.port.mk>