openbsd-ports/www/links+/Makefile
rpe fdc6e8ea54 update to links+ 2.7
Changes since 2.6
* Fixed a bug that horizontal line <hr> was not displayed when
  terminal was set to utf-8
* Fixed bad palette in framebuffer on TGA on Alpha
* Fixed a bug that \001 was displayed instead of a non-breaking space
  when converting to ascii
* Support IPv6
  Support multiple addresses (try to connect to all of them)
* Fix memory leak in ftp
* Fixed incorrect display when aspect ratio was changed
  while multiple windows were open
* Fixed a bug that blocked URLs didn't work if proxy was used
* Support extended coordinates in xterm mouse reporting,
  avoid previous limit 222 on maximum possible coordinate
* Use enter to scale image
* PMshell driver was hacked to support also Win32 api
* HTTPS proxy

ok ajacoutot@
2013-01-05 11:06:39 +00:00

50 lines
971 B
Makefile

# $OpenBSD: Makefile,v 1.47 2013/01/05 11:06:39 rpe Exp $
COMMENT= graphics and text browser
VER= 2.7
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
HOMEPAGE= http://links.twibright.com/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= bz2>=10 c crypto lzma m ssl z
MASTER_SITES= ${HOMEPAGE}download/
LIB_DEPENDS= archivers/bzip2 \
archivers/xz
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --with-ssl --without-sdl
USE_GROFF = Yes
FLAVORS= no_x11
FLAVOR?=
.if !${FLAVOR:L:Mno_x11}
LIB_DEPENDS+= graphics/jpeg \
graphics/png \
graphics/tiff
CONFIGURE_ARGS+= --with-x --enable-graphics
WANTLIB+= X11 jpeg>=62 png>=2 pthread-stubs tiff>=35 xcb
MESSAGE= ${PKGDIR}/MESSAGE.x11
.endif
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/links+
${INSTALL_DATA} ${WRKSRC}/doc/links_cal/* ${PREFIX}/share/links+
.include <bsd.port.mk>