aboutsummaryrefslogtreecommitdiffstats
path: root/news/hellanzb/Makefile
blob: 702657b3208f70ffc596826609184bef63f87390 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# New ports collection makefile for:    hellanzb
# Date created:     Sat Sep 25 18:46:46 PDT 2004
# Whom:         Philip Jenvey <pjenvey@groovie.org>
#
# $FreeBSD$
# $Id: Makefile 828 2006-09-10 01:20:41Z pjenvey $
#

PORTNAME=   hellanzb
PORTVERSION=    0.13
CATEGORIES= news
MASTER_SITES=   http://www.hellanzb.com/distfiles/
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= pjenvey@groovie.org
COMMENT=    Nzb downloader and post processor

RUN_DEPENDS=    par2:${PORTSDIR}/archivers/par2cmdline \
        flac:${PORTSDIR}/audio/flac \
        shorten:${PORTSDIR}/audio/shorten \
        ${PYTHON_SITELIBDIR}/yenc.py:${PORTSDIR}/news/py-yenc \
        ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
        ${PYTHON_SITELIBDIR}/twisted/web:${PORTSDIR}/www/py-twistedWeb \
        mac:${PORTSDIR}/audio/mac

USE_PYTHON= yes
USE_PYDISTUTILS=yes

.include <bsd.port.pre.mk>

# more fully-featured rar needs i386
.if ${ARCH} == "i386"
RUN_DEPENDS+=   rar:${PORTSDIR}/archivers/rar
.else
RUN_DEPENDS+=   unrar:${PORTSDIR}/archivers/unrar
.endif

.ifndef(NOPORTDOCS)
PORTDOCS=   CHANGELOG CREDITS README LICENSE
.endif

post-install:

    @if [ ! -f ${PREFIX}/etc/hellanzb.conf ]; then \
        ${ECHO} "Installing default configuration file."; \
        ${INSTALL_DATA} ${WRKSRC}/etc/hellanzb.conf.sample ${PREFIX}/etc/hellanzb.conf; \
    fi

.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>