mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d9f7c4b28d
hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places.
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(iso-2022-kr)
|
|
# Date created: 6 Mar 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -iso2022kr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CATEGORIES= korean editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS+= --enable-multibyte=iso-2022-kr --program-prefix=n
|