cd1a48a7b5
=== RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or config file option Tue May 18 20:22:35 CEST 2021 mikulas: Fix broken display if the user uses custom font and non-default aspect ratio Wed May 12 20:08:48 CEST 2021 mikulas: Fix a bug that the code incorrectly assumed that mktime returns UTC Sat May 1 17:56:50 CEST 2021 mikulas: Add an option that enables cookie saving
29 lines
779 B
Text
29 lines
779 B
Text
# $NetBSD: Makefile.common,v 1.77 2021/06/29 15:13:23 fcambus Exp $
|
|
#
|
|
# used by www/links/Makefile
|
|
# used by www/links-gui/Makefile
|
|
|
|
DISTNAME= links-2.23
|
|
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"
|