ports/editors/e3/Makefile
Christian Weisgerber 4cc4debed0 editors/e3: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-15 09:18:49 +01:00

21 lines
459 B
Makefile

PORTNAME= e3
PORTVERSION= 2.8
PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
MAINTAINER= ports@FreeBSD.org
COMMENT= Full featured text editor written in assembler
WWW= http://www.sax.de/~adlibit/
BUILD_DEPENDS= nasm:devel/nasm
ONLY_FOR_ARCHS= i386
USES= gmake tar:tgz
MAKE_ARGS= OS=FREEBSD
post-patch:
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
.include <bsd.port.mk>