summaryrefslogtreecommitdiff
path: root/converters/uudeview/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-06-10 16:37:55 +0000
committerwiz <wiz@pkgsrc.org>2001-06-10 16:37:55 +0000
commit4d1d8418e1b5ce72986cdfc535d72f9b2ea39ebe (patch)
treef0105dc63a377520ad252edd40d9e1245acee36f /converters/uudeview/Makefile
parent4819ca41b08ace099cb465e7cae343715de8c222 (diff)
downloadpkgsrc-4d1d8418e1b5ce72986cdfc535d72f9b2ea39ebe.tar.gz
Update to 0.5.15. Changes:
Autoclear -- remove files after they have been decoded. Autorename -- rename output files if they already exist. Stricter MIME compatibility, and bugfixes.
Diffstat (limited to 'converters/uudeview/Makefile')
-rw-r--r--converters/uudeview/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index bb7231c4071..e3243ee98a5 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -1,27 +1,18 @@
-# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:39 hubertf Exp $
-# FreeBSD Id: Makefile,v 1.15 1998/02/18 22:19:58 hoek Exp
+# $NetBSD: Makefile,v 1.14 2001/06/10 16:37:55 wiz Exp $
#
-DISTNAME= uudeview-0.5.13
+DISTNAME= uudeview-0.5.15
CATEGORIES= converters
-MASTER_SITES= http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/
+MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.informatik.uni-frankfurt.de/~fp/uudeview/
+HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
COMMENT= Program for uu/xx/Base64/BinHex de-/encoding
-DEPENDS+= uulib-0.5.13:../../converters/uulib
+DEPENDS+= uulib-0.5.15:../../converters/uulib
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --enable-inews=inews --disable-tcl
CONFIGURE_ENV= LDFLAGS=-s
-PORTDOCDIR= ${PREFIX}/share/doc/uudeview
-
-post-install:
- @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
- @${INSTALL_DATA_DIR} ${PORTDOCDIR}
- @${INSTALL_DATA} ${WRKSRC}/HOWTO ${PORTDOCDIR}
- @${INSTALL_DATA} ${FILESDIR}/porting.notes ${PORTDOCDIR}
-
.include "../../mk/bsd.pkg.mk"