mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
f81641252d
PR: ports/88719 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
24 lines
535 B
Makefile
24 lines
535 B
Makefile
# New ports collection makefile for: zh-joe
|
|
# Date created: 3 July 1999
|
|
# Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese editors
|
|
|
|
PATCH_SITES= ftp://bbs.ilc.edu.tw/chinsan/patch/ \
|
|
http://bbs.ilc.edu.tw/~chinsan/ports/joe/ \
|
|
ftp://news.giga.net.tw/chinsan/patch/
|
|
PATCHFILES= zh-joe-3.3.diff
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}joe
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/joe
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|