summaryrefslogtreecommitdiff
path: root/japanese/skkinput3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/skkinput3/Makefile')
-rw-r--r--japanese/skkinput3/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile
deleted file mode 100644
index b4c48e02a076..000000000000
--- a/japanese/skkinput3/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: skkinput
-# Version required: 2.00
-# Date created: 28 Jan 1998
-# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
-#
-# $FreeBSD$
-#
-
-DISTNAME= skkinput-2.03
-PKGNAME= ja-skkinput-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>