summaryrefslogtreecommitdiff
path: root/japanese/skkinput3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/skkinput3/Makefile')
-rw-r--r--japanese/skkinput3/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile
deleted file mode 100644
index 916b8cfbef8e..000000000000
--- a/japanese/skkinput3/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: skkinput
-# Date created: 28 Jan 1998
-# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= skkinput
-PORTVERSION= 2.03
-CATEGORIES= japanese x11
-MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/
-
-MAINTAINER= yasuf@big.or.jp
-
-RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skkserv
-
-USE_IMAKE= yes
-MANLANG= ja
-MAN1= skkinput.1
-MANCOMPRESSED= yes
-
-DOCS= *.jis skkinput.doc myeval/skkinputlisp.doc dot.skkinput
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/skkinput
- @( cd ${WRKSRC} ; \
- ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/skkinput )
-.endif
-
-.include <bsd.port.mk>