pkgsrc/www/links/Makefile.common
wiz b5cf9cc1be Update links* to 2.12.
=== RELEASE 2.12 ===

Sat Sep 12 21:03:14 CEST 2015 mikulas:

	Free cookies when changing the 'only proxies' checkbox - i.e. when
	entering or leaving tor mode

Thu Sep 10 00:04:11 CEST 2015 mikulas:

	Do not record compile time to allow reproducible builds

Tue Sep  8 20:57:26 CEST 2015 mikulas:

	Support SSL client certificates

Mon Sep  7 20:55:44 CEST 2015 mikulas:

	Security bug fixed: warn if the server uses old SSL2 or SSL3 protocol
	to avoid the POODLE vulnerability
2015-10-15 12:27:50 +00:00

29 lines
775 B
Text

# $NetBSD: Makefile.common,v 1.64 2015/10/15 12:27:50 wiz Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
DISTNAME= links-2.12
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://links.twibright.com/
LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph
GNU_CONFIGURE= YES
PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
PATCHDIR= ${.CURDIR}/../../www/links/patches
DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo
INSTALLATION_DIRS= share/doc/links
.include "options.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/KEYS ${DESTDIR}${PREFIX}/share/doc/links
.include "../../devel/libevent/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"