d2e2065e2a
With hat: portmgr
22 lines
380 B
Makefile
22 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>
|