diff options
author | wiz <wiz> | 2002-08-31 16:54:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-31 16:54:33 +0000 |
commit | a9f4a754cf68d13ab4beadfc1998c95f31a7d627 (patch) | |
tree | 1ae4381d81a162adc507df38886a50f8deda849e /converters/xdeview/Makefile | |
parent | 569662093d8c8138d6c2b4dfe27d7988169b36a7 (diff) | |
download | pkgsrc-a9f4a754cf68d13ab4beadfc1998c95f31a7d627.tar.gz |
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
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r-- | converters/xdeview/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
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" |