blob: a6654e3743e17aedb566378666e4ce0edc776895 (
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
33
34
35
36
|
# New ports collection makefile for: uudeview
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $FreeBSD$
#
PORTNAME= uudeview
PORTVERSION= 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
post-install:
@/usr/bin/strip ${PREFIX}/bin/uudeview
@/usr/bin/strip ${PREFIX}/bin/uuenview
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documents to ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/HOWTO ${DOCSDIR}
@${INSTALL_DATA} ${FILESDIR}/porting.notes ${DOCSDIR}
.else
@${ECHO_MSG} "===> Not installing available documents"
.endif
.include <bsd.port.mk>
|