b9ec78a644
Sun Jun 22 17:07:20 cet 2008 mikulas: -dump and -source don't lockup on authentication failure Sat Jun 21 19:58:53 MET 2008 mikulas Accept broken numbers in HTTP code Sat Jun 21 18:00:54 cet 2008 mikulas: Allow '+' in command-line URLs Thu Jun 12 03:34:53 cet 2008 mikulas: Erase clipboard on OS/2 before copying to it - this prevents bugs when copying to/from Mozilla Mon Jun 9 02:34:24 MET 2008 mikulas: Process and 	 in form entry "value" attribute Tue Jun 3 00:22:49 CEST 2008 mikulas: Fixed various display glitches with 64-bit big endian systems Sun May 18 21:47:46 CEST 2008 mikulas: Fixed display quirks on Sparc framebuffer console Fixed some quirks on 64-bit big endian systems
21 lines
567 B
Makefile
21 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.56 2008/07/24 01:38:13 bjs Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:S/links/&-gui/:S/pre/.0./}
|
|
COMMENT= Lynx-like text and graphics WWW browser
|
|
|
|
CONFLICTS+= links-[0-9]* elinks-0.3*
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --enable-graphics
|
|
CONFIGURE_ARGS+= --without-sdl
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../www/links/Makefile.common"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|