aboutsummaryrefslogtreecommitdiffstats
path: root/editors/textedit/Makefile
blob: f5c3cbb86642714e1f0fb0dd2db47b2393a079ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    textedit
# Date created:     3 January 1998
# Whom:         jraynard
#
# $FreeBSD$
#

PORTNAME=   textedit
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= editors
MASTER_SITES=       ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner

MAINTAINER= ports@FreeBSD.org
COMMENT=    The OpenLook textedit application

DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE=    2011-05-01

LIB_DEPENDS=    xview.3:${PORTSDIR}/x11-toolkits/xview

WRKSRC=     ${WRKDIR}/textedit
USE_IMAKE=  yes
USE_XORG=   x11 xext
MAN1=       textedit.1
PLIST_FILES=    bin/textedit

.include <bsd.port.mk>