mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
df15b3e6d8
1.0.0 had a silly problem that the tarball included a pre-build Linux binary by mistake, and this port installed it without a rebuild thanks to make(1). ;) Please reinstall this version. Sorry.
42 lines
977 B
Makefile
42 lines
977 B
Makefile
# New ports collection Makefile for: esecanna module for VJE-Delta 3.0
|
|
# Date created: 24 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esecanna-module-vje30
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= knu
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
|
|
|
|
USE_AUTOCONF= yes
|
|
USE_GMAKE= yes
|
|
# VJE-Delta 3.0 is installed under /usr/local fixedly
|
|
CONFIGURE_ARGS= --with-vjecfgfile="/usr/local/etc/vje30/vje.cfg"
|
|
|
|
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
|
|
.for i in README CHANGES
|
|
${INSTALL_DATA} ${WRKSRC}/${i}.jp ${PREFIX}/share/doc/esecanna/${i}.vje30.jp
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|