2013-09-20 18:36:23 +02:00
|
|
|
# Created by: joseph@randomnetworks.com
|
2000-12-18 21:38:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= e3
|
2010-07-12 09:10:18 +02:00
|
|
|
PORTVERSION= 2.8
|
2007-07-19 12:07:30 +02:00
|
|
|
PORTEPOCH= 3
|
2000-12-18 21:38:32 +01:00
|
|
|
CATEGORIES= editors
|
2010-07-12 09:10:18 +02:00
|
|
|
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
|
2000-12-18 21:38:32 +01:00
|
|
|
|
2014-07-23 18:44:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= Full featured text editor written in assembler
|
2000-12-18 21:38:32 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= nasm:devel/nasm
|
2000-12-18 21:38:32 +01:00
|
|
|
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= gmake tar:tgz
|
2000-12-18 21:38:32 +01:00
|
|
|
MAKE_ARGS= OS=FREEBSD
|
2003-06-29 16:25:01 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2000-12-18 21:38:32 +01:00
|
|
|
|
2007-07-19 12:07:30 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
|
|
|
|
|
2000-12-18 21:38:32 +01:00
|
|
|
.include <bsd.port.mk>
|