summaryrefslogtreecommitdiff
path: root/korean/elm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/elm/Makefile')
-rw-r--r--korean/elm/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/korean/elm/Makefile b/korean/elm/Makefile
deleted file mode 100644
index 70ac5ed79086..000000000000
--- a/korean/elm/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: elm-2.4h4.1
-# Date created: 1 Apr 1997
-# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= elm
-PORTVERSION= 2.4h4.1
-CATEGORIES= korean mail
-MASTER_SITES= ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/mail/old/Others/
-DISTNAME= ${PORTNAME}${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= ELM Mail User Agent, patched for Korean E-Mail
-
-DEPRECATED= Look like an abandonware, no more public distifles
-EXPIRATION_DATE= 2011-08-01
-
-MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 filter.1\
- frm.1 listalias.1 messages.1 newalias.1 printmail.1 readmsg.1\
- newmail.1
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= elm-config
-CONFIGURE_ENV+= PREFIX="${PREFIX}"
-
-post-install:
- ${LN} -fs ${PREFIX}/man/man1/newmail.1.gz ${PREFIX}/man/man1/wnewmail.1.gz
- ${LN} -fs ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz
-
-.include <bsd.port.mk>