aboutsummaryrefslogtreecommitdiff
path: root/www/links1/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-22 10:19:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-22 10:19:19 +0000
commit9430d3e61202671967ec2c8c00977070bc79c633 (patch)
treef7a3eeec64b07e33c8e696e80a0e2ee5c6b6b311 /www/links1/Makefile
parent0927ed3d42ab7e3630614ea0387e28829d54afe1 (diff)
downloadports-9430d3e61202671967ec2c8c00977070bc79c633.tar.gz
ports-9430d3e61202671967ec2c8c00977070bc79c633.zip
- Fix build with openssl-devel and libressl-devel
- Add LICENSE - Pass maintainership to submitter PR: 216915 Submitted by: pkubaj@anongoth.pl
Notes
Notes: svn path=/head/; revision=434573
Diffstat (limited to 'www/links1/Makefile')
-rw-r--r--www/links1/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/links1/Makefile b/www/links1/Makefile
index 33c98731da62..0f2c0b47f9ec 100644
--- a/www/links1/Makefile
+++ b/www/links1/Makefile
@@ -9,9 +9,15 @@ CATEGORIES= www
MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/
PKGNAMESUFFIX= 1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pkubaj@anongoth.pl
COMMENT= Lynx-like text WWW browser
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+PLIST_FILES= man/man1/links.1.gz \
+ bin/links
+
GNU_CONFIGURE= yes
USES= ssl
@@ -19,10 +25,4 @@ CONFLICTS= links-2*
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>