summaryrefslogtreecommitdiff
path: root/editors/e3/Makefile
blob: 0bd45a6b80e19faab839bc0e5486194cd3b0dd93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	e3
# Date created:		Tue 5 Dec 2000
# Whom:			joseph@randomnetworks.com
#
# $FreeBSD$
#

PORTNAME=	e3
PORTVERSION=	2.60.0
PORTEPOCH=	1
CATEGORIES=	editors
MASTER_SITES=	http://www.sax.de/~adlibit/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/60/6/}

MAINTAINER=	joseph@randomnetworks.com
COMMENT=	A full featured text editor written in assembler

BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm

WRKSRC=	${WRKDIR}/${PORTNAME}-2.6

USE_GMAKE=	yes
MAKE_ARGS=	OS=FREEBSD
ONLY_FOR_ARCHS=	i386

MAN1=		e3.1

.include <bsd.port.mk>