aboutsummaryrefslogtreecommitdiffstats
path: root/irc/keitairc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/keitairc/Makefile')
-rw-r--r--irc/keitairc/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile
deleted file mode 100644
index d81c4561aa61..000000000000
--- a/irc/keitairc/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Makoto Matsushita <matusita@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= keitairc
-PORTVERSION= 1.33
-PORTREVISION= 1
-CATEGORIES= irc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
-MASTER_SITE_SUBDIR= ${PORTNAME}/27571
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= #empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= IRC proxy for mobilephone that have a web interface
-
-RUN_DEPENDS= ja-p5-Unicode-Japanese>=0:${PORTSDIR}/japanese/p5-Unicode-Japanese \
- p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
- p5-POE-Component-Pluggable>=0:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
- p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig
-
-CONFLICTS= keitairc-2.*
-
-NO_BUILD= YES
-NO_LATEST_LINK= YES
-NO_WRKSUBDIR= YES
-EXTRACT_CMD= ${CP}
-EXTRACT_BEFORE_ARGS= -p
-EXTRACT_AFTER_ARGS= ${WRKDIR}
-
-USES= shebangfix perl5
-
-SHEBANG_FILES= keitairc
-
-PLIST_FILES= bin/keitairc
-
-NO_STAGE= yes
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/keitairc ${PREFIX}/bin
-
-.include <bsd.port.mk>