83602a1987
to list here; one may check the log at <http://repo.or.cz/w/elinks.git> (see the elinks-0.11 branch). There should be a 0.11.4 release out fairly soon. While here, add two patches (from debian maintainer): one to ensure that its gettext doesn't look for files in ../po/, and the other to disable transparency by default. Bump revision.
32 lines
850 B
Makefile
32 lines
850 B
Makefile
# $NetBSD: Makefile,v 1.34 2008/01/09 03:48:07 bjs Exp $
|
|
|
|
DISTNAME= elinks-0.11-20080109
|
|
PKGREVISION= 1
|
|
PKGNAME= ${DISTNAME:R}.${DISTNAME:E:S/-/./}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
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"
|