mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
22 lines
476 B
Makefile
22 lines
476 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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= ${WRKDIRPREFIX}${.CURDIR}/work
|
|
|
|
.include "${MASTERDIR}/Makefile"
|