summaryrefslogblamecommitdiff
path: root/sysutils/mei/Makefile
blob: 9b09b6cd3a99c566ddc2576a5308c61399c15703 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                           
                                                      



                        
                                                                   
                                                         



                                       
                                            
 
                   
                     








                                                      
                                        



                                                              
# New ports collection makefile for:	mei
# Version required:	1.53
# Date created:		19 Sep 1997
# Whom:			itojun@itojun.org
#
# $Id: Makefile,v 1.6 1999/04/25 08:14:57 itojun Exp $
#

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>