22 lines
456 B
Makefile
22 lines
456 B
Makefile
|
# New ports collection makefile for: exmh (Japanese)
|
||
|
# Version required: 2.0.2
|
||
|
# Date created: 15 Mar 1999
|
||
|
# Whom: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
PKGNAME= ja-${DISTNAME}
|
||
|
CATEGORIES= japanese mail tk80
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.ORG
|
||
|
|
||
|
JAPANESE_EXMH= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../mail/exmh2
|
||
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
||
|
DESCR= ${.CURDIR}/pkg/DESCR
|
||
|
WRKDIR= ${.CURDIR}/work
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|