From 384e1e3509130ed61072f2de88f457f02cc8a9ad Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 19 Jul 2005 21:48:11 +0000 Subject: Brag collects and assembles multipart binary attachements from newsgroups. It is a robust command line tool, well suited to run as a cron job. PR: ports/83745 Submitted by: Emanuel Haupt --- news/brag/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 news/brag/Makefile (limited to 'news/brag/Makefile') diff --git a/news/brag/Makefile b/news/brag/Makefile new file mode 100644 index 000000000000..cf5faea42b5f --- /dev/null +++ b/news/brag/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: brag +# Date created: 19 Jul 2005 +# Whom: Emanuel Haupt +# +# $FreeBSD$ +# + +PORTNAME= brag +PORTVERSION= 1.4.1 +CATEGORIES= news tcl84 +MASTER_SITES= http://brag.sourceforge.net/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= Download and assemble multipart binaries from newsgroups + +RUN_DEPENDS= uudeview:${PORTSDIR}/converters/uudeview \ + ${TCLSH}:${PORTSDIR}/lang/tcl84 + +USE_REINPLACE= yes + +MAN1= brag.1 +PLIST_FILES= bin/brag +PORTDOCS= CHANGES README + +TCLSH= tclsh8.4 + +post-patch: + @${REINPLACE_CMD} -e 's|^\(exec\ \)tclsh|\1${TCLSH}|' \ + ${WRKSRC}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.2.3