957fde45d2
=== Release 2.1pre5 Updated Hungarian translation Fixed terrible keyboard bug in X. Fixed a crash on svgalib in check_keepalive_connections Better Cyrillic characters. Belarusian translation updated and new charset koi8_ru === Release 2.1pre4 Polish translation update. SSL patch for Solaris and other systems without /dev/random Links-now button. Belarusian translation document.all Swaped open and closed folder symbol in bookmarks. Fixed Solaris keyboard translation bug.
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/11/03 12:42:18 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= links-gui-2.1.0.5
|
|
COMMENT= Lynx-like text and graphics WWW browser
|
|
|
|
CONFLICTS+= links-[0-9]* elinks-[0-9]*
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
|
|
.include "../../www/links/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-graphics
|
|
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../graphics/tiff/buildlink2.mk"
|
|
|
|
.include "../../www/links/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|