pkgsrc/www/links-gui/Makefile
wiz 4513b797ed Fix annoying bug in command line parsing (+ was handled incorrectly).
Patch will be sent to maintainers in a minute.
Bump PKGREVISION.

Also, use common distinfo file and patch dir for links and links-gui.
2002-09-04 20:47:45 +00:00

21 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/09/04 20:47:46 wiz Exp $
#
PKGNAME= links-gui-2.1.0.2
PKGREVISION= 1
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"