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/
|
|
|
|
EXTRACT_SUFX= .tgz
|
2000-12-18 21:38:32 +01:00
|
|
|
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A full featured text editor written in assembler
|
2000-12-18 21:38:32 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
|
|
|
2014-05-26 15:05:05 +02:00
|
|
|
USES= gmake
|
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
|
|
|
|
|
|
|
MAN1= e3.1
|
2005-08-01 20:37:43 +02:00
|
|
|
PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws
|
2000-12-18 21:38:32 +01:00
|
|
|
|
2010-07-12 09:10:18 +02:00
|
|
|
FETCH_ARGS= -p -o ${DISTDIR}/${DISTFILES}
|
|
|
|
|
2013-09-20 18:36:23 +02:00
|
|
|
NO_STAGE= yes
|
2010-07-12 09:10:18 +02:00
|
|
|
do-fetch:
|
|
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
|
|
|
${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \
|
|
|
|
fi
|
|
|
|
|
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>
|