blob: 9447c6cc010f758fe9e6f5c238586243b5f6416f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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= zh-joe-2.8-patch
PATCH_DIST_STRIP= -p1
MAINTAINER= statue@mail.elife.idv.tw
MD5_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"
|