summaryrefslogtreecommitdiff
path: root/chinese/ted/Makefile
blob: 5405b6c54ac9a7e04950da5f979356884f717260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	ted
# Date Created:		18 Sep 1997
# Whom:			Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
#

PORTNAME=		ted
PORTVERSION=		4.4d
CATEGORIES=		chinese editors
MASTER_SITES=		ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/
DISTFILES=		ted4.4d.tgz

MAINTAINER=		vanilla@FreeBSD.org

RUN_DEPENDS=		${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin

USE_X_PREFIX=		yes
WRKSRC=			${WRKDIR}/ted

.include <bsd.port.mk>