pkgsrc/www/links-gui/Makefile
is b2da672473 Patch no longer needed, besides failing for some boundary conditions.
Feature request/code had been submitted upstream "back then", and
apparently a different solution has been implemented upstream in the
meantime, but our package was upgraded without removing our patch.
2008-08-20 09:26:44 +00:00

22 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.57 2008/08/20 09:26:45 is Exp $
#
PKGNAME= ${DISTNAME:S/links/&-gui/:S/pre/.0./}
PKGREVISION= 1
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"