pkgsrc/converters/xdeview/Makefile
fredb fd15c4494d Update {uulib,uudeview,xdeview} to 0.5.17.
0.5.16 (26.08.2001)
 --------
 - fix handling of "x-uue" encoded MIME attachments
 - bug fix for file renaming

 0.5.17 (06.03.2002)
 --------
 - fix handling of quoted parameters
 - some support for yEnc encoding
2002-03-24 03:11:06 +00:00

29 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.21 2002/03/24 03:11:08 fredb Exp $
#
DISTNAME= uudeview-0.5.17
PKGNAME= xdeview-0.5.17
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
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
ALL_TARGET= xdeview
INSTALL_TARGET= install-tcl
post-install:
${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"