openbsd-ports/net/hpodder/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

35 lines
843 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/07/12 22:07:38 sthen Exp $
COMMENT = podcast aggregator written in Haskell
DISTNAME = hpodder-1.1.5
REVISION = 2
CATEGORIES = net
HOMEPAGE = http://software.complete.org/hpodder
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m pthread util
MODULES = lang/ghc converters/libiconv
MODGHC_BUILD = cabal hackage nort
BUILD_DEPENDS = ::devel/hs-ConfigFile \
:hs-HaXml->=1.13.2<1.19:textproc/hs-HaXml \
::databases/hs-HDBC-sqlite3
LIB_DEPENDS = sqlite3::databases/sqlite3 \
gmp::devel/gmp
RUN_DEPENDS = :curl->=7.15.5:net/curl \
:py-mutagen->=1.9:audio/py-mutagen
post-install:
${INSTALL_MAN} ${FILESDIR}/hpodder.1 ${PREFIX}/man/man1
.include <bsd.port.mk>