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
Akinori MUSHA befc197e3c Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.
The author quit using libtool so *.la files would not be installed.

Clean up duplicated post-install targets of esecanna/Makefile. (D'oh!)
2000-05-17 10:55:35 +00:00

41 lines
981 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= 0.14.4
CATEGORIES= japanese
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
http://people.FreeBSD.org/~knu/ports/distfiles/
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>