mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5265cd36e2
so as to make it clear that a FreeBSD committer maintains them.
33 lines
767 B
Makefile
33 lines
767 B
Makefile
# New ports collection Makefile for: esecanna module for VJE-Delta 2.5
|
|
# Date created: 24 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esecanna-module-vje25
|
|
PORTVERSION= 0.14.3
|
|
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
|
|
|
|
DIST_SUBDIR= esecanna
|
|
|
|
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}.vje25.jp
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|