a148457968
as well as support for boehm-gc and utf8. Myriad bug fixes. I've switched the javascript support library over too lang/see, as it seems to work better. If a release does not come out by the next branch, I will package a snapshot, as it seems like they've fixed even more bugs in the development tree.
33 lines
901 B
Makefile
33 lines
901 B
Makefile
# $NetBSD: Makefile,v 1.40 2008/11/06 08:33:31 bjs Exp $
|
|
|
|
DISTNAME= elinks-0.12pre2
|
|
PKGNAME= ${DISTNAME:S/pre/rc/}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://elinks.or.cz/download/ \
|
|
http://ftp.icm.edu.pl/packages/elinks/
|
|
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
|
|
CONFIGURE_ARGS+= --enable-utf-8
|
|
|
|
.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"
|