1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/news/hellanzb/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

44 lines
899 B
Makefile

# Created by: Philip Jenvey <pjenvey@groovie.org>
# $FreeBSD$
PORTNAME= hellanzb
PORTVERSION= 0.13
PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= http://www.hellanzb.com/distfiles/
MAINTAINER= pjenvey@groovie.org
COMMENT= Nzb downloader and post processor
LICENSE= BSD3CLAUSE
RUN_DEPENDS= par2:archivers/par2cmdline \
flac:audio/flac \
shorten:audio/shorten \
${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc \
mac:audio/mac
USE_PYTHON= distutils
USES= python:2 twisted:run,web
PORTDOCS= CHANGELOG CREDITS README
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
# more fully-featured rar needs i386
.if ${ARCH} == "i386"
RUN_DEPENDS+= rar:archivers/rar
.else
RUN_DEPENDS+= unrar:archivers/unrar
.endif
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>