summaryrefslogtreecommitdiff
path: root/sysutils/mei/Makefile
blob: 8b050bc64ce7db442eb0f3bf2cb064277d158372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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://people.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>