summaryrefslogtreecommitdiff
path: root/japanese/esecanna/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2000-02-02 17:08:34 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2000-02-02 17:08:34 +0000
commit42079f46db662fbb2bdbaf55e6b81e1fe7a0339d (patch)
tree83751b64555d19efd1be9dbab47c31591a2320a0 /japanese/esecanna/Makefile
parentOops, forgot to change year in date.... (diff)
PR: ports/16466
Submitted by: knu@idaemons.org Pseudo cannaserver which wraps VJE-delta server
Notes
Notes: svn path=/head/; revision=25411
Diffstat (limited to 'japanese/esecanna/Makefile')
-rw-r--r--japanese/esecanna/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile
new file mode 100644
index 000000000000..411e31f57c0b
--- /dev/null
+++ b/japanese/esecanna/Makefile
@@ -0,0 +1,42 @@
+# New ports collection Makefile for: esecanna for VJE-Delta 3.0
+# Version required: 0.1.0
+# Date created: 29 January 2000
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= esecanna-vje30_DR-0.1.0
+PKGNAME= ja-esecanna-vje30-0.1.0
+CATEGORIES= japanese
+MASTER_SITES= http://plaza.harmonix.ne.jp/~redstar/
+
+MAINTAINER= knu@idaemons.org
+
+#RUN_DEPENDS= ${LOCALBASE}/vje30/bin/vjed:${PORTSDIR}/japanese/vje30-trial
+
+DOCDIR= ${PREFIX}/share/doc/esecanna
+
+# Make sure of naming it proper so as to be invoked *after* vje.sh on startup
+STARTER= vjeesecannaserver.sh
+
+post-extract:
+ @perl -pe "s,!!PREFIX!!,${PREFIX},g" ${FILESDIR}/${STARTER} > ${WRKSRC}/${STARTER}
+
+do-configure:
+ @cd ${WRKSRC} && perl -i -pe "s,/etc/esecannarc,${PREFIX}/etc/esecannarc,g; s,/usr/lib/vje30,${PREFIX}/vje30,g; s,/usr/sbin/vjed,${PREFIX}/vje30/bin/vjed,g;" \
+ 4DEVELOPERS.jp \
+ esecannarc \
+ imewrapper.c \
+ vjewrapper.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/esecannaserver ${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/esecannarc ${PREFIX}/etc
+ ${INSTALL_SCRIPT} ${WRKSRC}/${STARTER} ${PREFIX}/etc/rc.d
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/4DEVELOPERS.jp ${WRKSRC}/README.jp ${DOCDIR}
+.endif
+
+.include <bsd.port.mk>