1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/news/ubh/Makefile
Donald Burr 24c5e317a8 New port news/ubh, another commandline driven Usenet binary posting
harvester.  (in case you were wondering, No, I am NOT some kind of perv
or anthing.  I just like to look at the... ummm, uhhh... FRACTALS!!
Yeah, that's the ticket!  Fractal postings!!!)

Obtained from:		Freshmeat, where else? :)
2000-07-24 10:02:02 +00:00

33 lines
935 B
Makefile

# New ports collection makefile for: ubh
# Date created: 24 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= ubh
PORTVERSION= 1.0
CATEGORIES= news graphics
MASTER_SITES= http://www.lanois.com/ubh/download/
MAINTAINER= dburr@FreeBSD.ORG
#RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/news/p5-Net-NNTP \
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Newsrc.pm:${PORTSDIR}/news/p5-News-Newsrc
NO_BUILD= YES
pre-patch:
@${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old
@${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \
${WRKSRC}/ubh.old > ${WRKSRC}/ubh
@${MV} ${WRKSRC}/examples/.ubhrc ${WRKSRC}/examples/dot.ubhrc
@${MV} ${WRKSRC}/examples/.newsrc ${WRKSRC}/examples/dot.newsrc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ubh ${PREFIX}/bin
${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/ubh
${CP} -R ${WRKSRC}/examples ${PREFIX}/share/ubh
.include <bsd.port.mk>