- without-x doesn't make sense, remove option - depend on libiconv and libidn - quarantine to prevent changes to the normal LOCALEDIR -- this is a stupid, non-standard version of gettext for no good reason - fix mremap on NetBSD Upstream changes: - various crashes fixed - fix use after free - fix large file support for FTP listenings - automatic HTML detection Submitted by Blair Sadewitz, consider switching to links, please.
30 lines
793 B
Makefile
30 lines
793 B
Makefile
# $NetBSD: Makefile,v 1.33 2007/08/09 13:03:21 joerg Exp $
|
|
|
|
DISTNAME= elinks-0.11.3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://elinks.or.cz/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://elinks.or.cz/
|
|
COMMENT= Extended/Enhanced Links
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
|
|
CONFIGURE_ARGS+= --enable-256-colors
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|