8bf551a354
keybindings. Also makes a nice text editor for use with mailers like mutt. PR: 21811 Submitted by: Steve Horan <sjhports@tracking.amos.net>
29 lines
712 B
Makefile
29 lines
712 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= sjhports@tracking.amos.net
|
|
|
|
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>
|