freebsd-ports/editors/led/Makefile
Pav Lucistnik 38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00

20 lines
437 B
Makefile

# New ports collection makefile for: led
# Date created: 6 June 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= led
PORTVERSION= 2.0
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tiny text editor, with a number of useful programming features
GNU_CONFIGURE= yes
USE_PERL5= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>