freebsd-ports/sysutils/mei/Makefile
1999-08-31 02:00:46 +00:00

35 lines
754 B
Makefile

# New ports collection makefile for: mei
# Version required: 1.53
# Date created: 19 Sep 1997
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
DISTNAME= mei-1.53
CATEGORIES= sysutils
MASTER_SITES= http://www.vector.co.jp/authors/VA001240/archive/ \
http://www.freebsd.org/~itojun/distfiles/
DISTFILES= mei153s.tgz mei153d.tgz
MAINTAINER= itojun@itojun.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
MAN1= mei.1 moe.1
MANLANG= "" ja
NO_WRKSUBDIR= yes
MAKEFILE= freebsd.mak
MAKE_ENV+= INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
INSTALL_MAN="$(INSTALL_MAN)"
INSTALL_TARGET= install install.man
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/mei
${INSTALL_DATA} ${WRKSRC}/*txt ${PREFIX}/share/doc/mei
.endif
.include <bsd.port.mk>