summaryrefslogtreecommitdiff
path: root/editors/led/Makefile
blob: eba8acd5f55b6940f8bfb8c2e63416060c343a7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	led
# Date created:				6 June 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	led
PORTVERSION=	0.9
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}-editor

MAINTAINER=	sobomax@FreeBSD.org

GNU_CONFIGURE=	yes

MAN1=		led.1
MANCOMPRESSED=	yes

.include <bsd.port.mk>