mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
291c4b0716
- Move from USE_OPENSSL to USES=ssl PR: 210727 Submitted by: Tobias Kortkamp <t@tobik.me>
23 lines
404 B
Makefile
23 lines
404 B
Makefile
# Created by: Michael Vasilenko <acid@stu.cn.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= links
|
|
PORTVERSION= 1.03
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Lynx-like text WWW browser
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= ssl
|
|
CONFLICTS= links-2*
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|