From f80f1f6d56a0241f979217d068f5d8c98cf9af64 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 31 Aug 2002 16:54:33 +0000 Subject: Update to 0.5.18. Convert to buildlink2. Changes since 0.5.17: - fix for yEnc files in UUInfoFile - patch by Matthew Mueller: - add CRC generation and checks for yEnc - accept yEnc files where the tab character is not escaped - improved error checking for yEnc files --- converters/xdeview/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'converters/xdeview/Makefile') diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 4173a7adf9f..d59c37ae2ec 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2002/03/24 03:11:08 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2002/08/31 16:54:34 wiz Exp $ # -DISTNAME= uudeview-0.5.17 -PKGNAME= xdeview-0.5.17 +DISTNAME= uudeview-0.5.18 +PKGNAME= xdeview-0.5.18 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ @@ -10,15 +10,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/ COMMENT= X11 program for uu/xx/Base64/BinHex de-/encoding -DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= uulib-0.5.17:../../converters/uulib - USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}" -# Season to taste --- anything over tcl7.5 LDFLAGS+= -s -lX11 -CPPFLAGS+= -I${LOCALBASE}/include +USE_BUILDLINK2= yes ALL_TARGET= xdeview INSTALL_TARGET= install-tcl @@ -26,4 +22,6 @@ INSTALL_TARGET= install-tcl post-install: ${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1 +.include "../../converters/uulib/buildlink2.mk" +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3