pkgsrc/converters/xdeview/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

29 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.19 2001/06/11 06:34:23 jlam Exp $
#
DISTNAME= uudeview-0.5.15
PKGNAME= xdeview-0.5.15
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.15:../../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
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"