mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1fa5be246b
{chinese,japanese,korean}/mule-*: - Set only the lang-specific category for each. editors/mule: - Set CATEGORIES+= editors to follow after a slave's lang-specific category. - Define MULE_VERSION and EMACS_VERSION to use. editors/mule-common: - Remove redundant `Version required' line. - Define MULE_VERSION and EMACS_VERSION to use. - Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# New ports collection makefile for: mule 2.3@19.34 with Canna and Wnn6
|
|
# Date created: 7 July 1997
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -canna+wnn6
|
|
CATEGORIES= japanese
|
|
|
|
CANNA= yes
|
|
WNN6= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/mule
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|