1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/esecanna-module-vje30/Makefile

41 lines
1000 B
Makefile
Raw Normal View History

# New ports collection Makefile for: esecanna module for VJE-Delta 3.0
2000-03-28 17:45:35 +00:00
# Version required: 0.14.3
# Date created: 24 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
2000-03-28 17:45:35 +00:00
DISTNAME= esecanna-module-vje30_0.14.3
PKGNAME= ja-esecanna-module-vje30-0.14.3
CATEGORIES= japanese
2000-03-26 21:22:44 +00:00
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
http://people.FreeBSD.org/~knu/ports/distfiles/
MAINTAINER= knu@idaemons.org
2000-03-26 21:22:44 +00:00
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
2000-03-26 21:22:44 +00:00
USE_AUTOCONF= yes
USE_GMAKE= yes
# VJE-Delta 3.0 is installed under /usr/local fixedly
2000-03-26 21:22:44 +00:00
CONFIGURE_ARGS= --with-vjecfgfile="/usr/local/etc/vje30/vje.cfg"
2000-03-26 21:22:44 +00:00
DIST_SUBDIR= esecanna
post-patch:
@cd ${WRKSRC} && perl -i -pe " \
s,!!PREFIX!!,${PREFIX},g; \
" \
README.jp
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/esecanna
2000-03-26 21:22:44 +00:00
.for i in README CHANGES
${INSTALL_DATA} ${WRKSRC}/${i}.jp ${PREFIX}/share/doc/esecanna/${i}.vje30.jp
.endfor
.endif
.include <bsd.port.mk>