aboutsummaryrefslogtreecommitdiff
path: root/korean/helvis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/helvis/Makefile')
-rw-r--r--korean/helvis/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/korean/helvis/Makefile b/korean/helvis/Makefile
deleted file mode 100644
index 5d0d668d769a..000000000000
--- a/korean/helvis/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: helvis-1.8h2-
-# Date created: 2 Apr 1997
-# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= helvis
-PORTVERSION= 1.8h2
-PORTREVISION= 2
-CATEGORIES= korean editors
-MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ \
- ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/HElvis/
-DISTNAME= helvis-1.8h2-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A clone of vi/ex, the standard UNIX editor, supporting Hangul
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-MAN1= ctags.1 elvis.1 fmt.1 ref.1
-
-post-patch:
- ${ECHO_CMD} '.include "${FILESDIR}/Makefile.inc"' > ${WRKSRC}/${MAKEFILE}
- ${CAT} ${WRKSRC}/${MAKEFILE}.mix >> ${WRKSRC}/${MAKEFILE}
-
-post-install:
- @for manpage in \
- ctags elvis fmt ref; \
- do \
- ${INSTALL_MAN} ${WRKSRC}/doc/$${manpage}.man ${PREFIX}/man/man1/$${manpage}.1; \
- done
-
-.include <bsd.port.mk>