freebsd-ports/converters/uudeview/Makefile
Tim Vanderhoek a200ab9536 Remove MASTER_SITE ftp.uni-frankfurt.de.
530-Unser FTP Server ist wegen eines Plattencrash leider nicht verfuegbar.

I think the rough general translation of this is

"We have been Plattencrash'd and are now verfuegbar'ed.  While this is
theoretically a temporary situation, we are still verfuegbar'ed for the
immediately forseeable future."
1997-12-07 08:50:26 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: uudeview
# Version Required: 0.5.9
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id: Makefile,v 1.13 1997/11/14 09:38:32 hoek Exp $
#
DISTNAME= uudeview-0.5.13
CATEGORIES= converters
MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/
MAINTAINER= hoek@FreeBSD.ORG
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \
--disable-tcl
FETCH_BEFORE_ARGS= -t
MAN1= uudeview.1 uuenview.1
PORTDOCDIR?= share/doc/uudeview
post-install:
@/usr/bin/strip ${PREFIX}/bin/uudeview
@/usr/bin/strip ${PREFIX}/bin/uuenview
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
@${MKDIR} ${PREFIX}/${PORTDOCDIR}
@${INSTALL_MAN} ${WRKSRC}/HOWTO ${PREFIX}/${PORTDOCDIR}
@${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/${PORTDOCDIR}
.else
@${ECHO_MSG} "===> Not copying available documents"
.endif
.include <bsd.port.mk>