blob: e673db11443058fb5777ec0f6d26246019289ebb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: zh-joe
# Date created: 3 July 1999
# Whom: Shen Chuan-Hsing <statue@mail.elife.idv.tw>
#
# $FreeBSD$
#
CATEGORIES= chinese
PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/joe/
PATCHFILES= zh-joe-2.8_3-patch
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
MASTERDIR= ${.CURDIR}/../../editors/joe
MD5_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"
|