summaryrefslogtreecommitdiff
path: root/editors/dte/Makefile
blob: 7c84db7feb5e1b2302ac698abc8714f1f2c411f3 (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
30
31
32
33
34
35
36
# New ports collection makefile for:	dte
# Date created:				4 October 2000
# Whom:					Steve Horan <sjhports@tracking.amos.net>
#
# $FreeBSD$
#

PORTNAME=	dte
PORTVERSION=	6.12
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	http://personal.gscit.monash.edu.au/~dougt/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A text editor which uses many of the shortcuts used in MSDOS EDIT

BROKEN=		Does not fetch
DEPRECATED=	distfile and homepage disappeared
EXPIRATION_DATE=	2007-01-04

MAN1=		dte.1
PORTDOCS=	dte.doc dte.hlp dte.rc
PLIST_FILES=	bin/dte

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dte ${TARGETDIR}/bin/dte
	${INSTALL_MAN} ${WRKSRC}/dte.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>