mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9430d3e612
- Add LICENSE - Pass maintainership to submitter PR: 216915 Submitted by: pkubaj@anongoth.pl
29 lines
502 B
Makefile
29 lines
502 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= 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
|
|
CONFLICTS= links-2*
|
|
|
|
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
|
|
|
|
.include <bsd.port.mk>
|