mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
39 lines
1.1 KiB
Makefile
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.16 1998/04/07 06:30:05 hoek Exp $
|
|
#
|
|
|
|
DISTNAME= uudeview-0.5.13
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.informatik.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
|
|
|
|
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>
|