freebsd-ports/editors/le/Makefile

31 lines
622 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: le
# Date created: 16 October 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
PORTNAME= le
PORTVERSION= 1.8.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
MASTER_SITE_SUBDIR= apps/editors/terminal
2000-12-28 20:15:50 -05:00
MAINTAINER= ports@FreeBSD.org
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= le.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/le
.for file in FEATURES HISTORY NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le
.endfor
.endif
.include <bsd.port.mk>