mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3fbcef2d2f
Submitted by: fenner's distfiles reminder.
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# 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>
|