aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx-ssl/Makefile')
-rw-r--r--www/lynx-ssl/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile
deleted file mode 100644
index 7af91fb4ba3a..000000000000
--- a/www/lynx-ssl/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${OPENSSLINC}"
-
-CONFLICTS= lynx-2* lynx-current*
-USE_OPENSSL= yes
-
-.include "${MASTERDIR}/Makefile"