2001-06-06 18:49:47 +02:00
|
|
|
# New ports collection makefile for: led
|
|
|
|
# Date created: 6 June 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= led
|
2002-07-15 13:21:34 +02:00
|
|
|
PORTVERSION= 2.0
|
2001-06-06 18:49:47 +02:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
|
|
|
|
|
2005-09-11 23:59:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A tiny text editor, with a number of useful programming features
|
2001-06-06 18:49:47 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-11-04 03:35:28 +01:00
|
|
|
USE_PERL5= yes
|
2001-06-06 18:49:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|