8ccae5de36
It's a joe-like editor, but with Big5 menus and help.
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# New ports collection makefile for: zh-joe
|
|
# Date created: 3 July 1999
|
|
# Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/joe
|
|
|
|
PATCH_SITES= ftp://mail.elife.idv.tw/pub/work/collection/cjoe/
|
|
PATCHFILES= patch-joe-2.8
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= statue@mail.elife.idv.tw
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|