aboutsummaryrefslogtreecommitdiff
path: root/news/ubh/Makefile
blob: c3a895ef0f7c1c0c86bae17205d3092b66c72e93 (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
# Created by: John Holland <john@zoner.org>
# $FreeBSD$

PORTNAME=	ubh
PORTVERSION=	2.5
PORTREVISION=	3
CATEGORIES=	news graphics
MASTER_SITES=	http://ubh.sourceforge.net/download/

MAINTAINER=	john@zoner.org
COMMENT=	Perl script to download and decode binaries posted to Usenet

RUN_DEPENDS=	\
	p5-News-Newsrc>=0:news/p5-News-Newsrc \
	p5-Mail-Tools>=0:mail/p5-Mail-Tools \
	p5-IO-Stringy>=0:devel/p5-IO-Stringy \
	p5-MIME-Tools>=0:mail/p5-MIME-Tools \
	p5-String-CRC32>=0:devel/p5-String-CRC32

NO_BUILD=	YES
USES=		perl5 shebangfix
SHEBANG_FILES=	ubh

OPTIONS_DEFINE=	DOCS

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/ubh ${STAGEDIR}${PREFIX}/bin
	${CP} -R ${WRKSRC}/examples ${STAGEDIR}${PREFIX}/share/ubh
	${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ubh
	${INSTALL_DATA} ${WRKSRC}/doc/ubh.html ${STAGEDIR}${PREFIX}/share/doc/ubh

.include <bsd.port.mk>