mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
74b19501bc
Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw)
|
|
# Date created: 5 Apr 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -euctw
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CATEGORIES= chinese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n
|