pkgsrc/converters/xdeview/Makefile
fredb f0f22182d3 Update uudeview and friends to 0.5.20. Fixes a few serious bugs in uulib,
including buffer overrun errors, and adds a handful of little improvements
to the library and programs.
2004-04-08 01:03:33 +00:00

26 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.28 2004/04/08 01:03:33 fredb Exp $
DISTNAME= uudeview-0.5.20
PKGNAME= xdeview-0.5.20
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
COMMENT= X11 program for uu/xx/Base64/BinHex de-/encoding
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}"
LDFLAGS+= -s -lX11
USE_BUILDLINK2= yes
ALL_TARGET= xdeview
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"