1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

add LICENSE and some mirrors

This commit is contained in:
Brendan Fabeny 2011-12-29 19:22:07 +00:00
parent 0e1f5b9c3a
commit fc4ddb3d96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288250

View File

@ -9,11 +9,13 @@ PORTNAME= links
DISTVERSION= 2.4
PORTEPOCH= 1
CATEGORIES?= www
MASTER_SITES= http://links.twibright.com/download/
MASTER_SITES= http://links.twibright.com/download/ LOCAL/bf
MAINTAINER?= bf@FreeBSD.org
COMMENT= Lynx-like text WWW browser
LICENSE= GPLv2
CONFLICTS= links-0*
GNU_CONFIGURE= yes
@ -59,7 +61,8 @@ CONFIGURE_ARGS+= --without-directfb
.if defined(WITH_IPV6)
USE_AUTOTOOLS+= autoconf
PATCH_SITES+= http://xpisar.wz.cz/links-ipv6/:ipv6
PATCH_SITES+= http://xpisar.wz.cz/links-ipv6/:ipv6 \
${MASTER_SITE_LOCAL:S|%SUBDIR%|bf|:S|$|:ipv6|}
PATCHFILES+= links-2.4-ipv6.patch.gz:ipv6
PATCH_DIST_STRIP= -p1
.endif