mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d2e2065e2a
With hat: portmgr
23 lines
380 B
Makefile
23 lines
380 B
Makefile
# Created by: Michael Vasilenko <acid@stu.cn.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= links
|
|
PORTVERSION= 1.03
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Lynx-like text WWW browser
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
CONFLICTS= links-2*
|
|
|
|
MAN1= links.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|