03f8a6f768
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
30 lines
785 B
Makefile
30 lines
785 B
Makefile
# New ports collection makefile for: dte
|
|
# Date created: 4 October 2000
|
|
# Whom: Steve Horan <sjhports@tracking.amos.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dte
|
|
PORTVERSION= 6.12
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://mugca.cc.monash.edu.au/pub/dougt/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple text editor which uses many of the shortcuts used in MSDOS EDIT
|
|
|
|
MAN1= dte.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dte ${PREFIX}/bin/dte
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/dte
|
|
${INSTALL_DATA} ${WRKSRC}/dte.doc ${PREFIX}/share/doc/dte/
|
|
${INSTALL_DATA} ${WRKSRC}/dte.hlp ${PREFIX}/share/doc/dte/
|
|
${INSTALL_DATA} ${WRKSRC}/dte.rc ${PREFIX}/share/doc/dte/
|
|
${INSTALL_MAN} ${WRKSRC}/dte.1 ${MANPREFIX}/man/man1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|