blob: 5327e7eeda124c83ac92159dcbdf375fa5f4321d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile.common,v 1.71 2019/04/07 19:49:12 leot Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
DISTNAME= links-2.19
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"
|