090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# New ports collection makefile for: XEmacs for Japanese
|
|
# Date created: 5 Dec 1997
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= nokubi@ff.iij4u.or.jp
|
|
COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Canna)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
|
|
|
|
CANNA= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|