freebsd-ports/www/lynx-ssl/Makefile
Daniel Harris 31ba264b14 Add CONFLICTS, portlint.
PR:		62589
Submitted by:	maintainer
2004-02-10 20:55:55 +00:00

19 lines
407 B
Makefile

# New ports collection makefile for: lynx
# Date created: 15 Dec 1994
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ssl
COMMENT= A non-graphical, text-based World-Wide Web client with SSL support
MASTERDIR= ${.CURDIR}/../lynx
DESCR= ${.CURDIR}/pkg-descr
CONFIGURE_ARGS+= --with-ssl
CONFLICTS= lynx-2* lynx-current*
.include "${MASTERDIR}/Makefile"