aboutsummaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/heirloom-mailx/Makefile')
-rw-r--r--mail/heirloom-mailx/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
deleted file mode 100644
index 073fa036f5bd..000000000000
--- a/mail/heirloom-mailx/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: nail
-# Date created: 20 October 2000
-# Whom: Kris Kennaway <kris@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nail
-PORTVERSION= 10.7
-CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= BSD mail utility with MIME extensions
-
-USE_BZIP2= yes
-USE_ICONV= yes
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-openssl --with-rcfile="${PREFIX}/etc/nail.rc"
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-MAN1= nail.1
-
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib -liconv
-
-.include <bsd.port.mk>