mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
35 lines
756 B
Makefile
35 lines
756 B
Makefile
# Created by: joseph@randomnetworks.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= e3
|
|
PORTVERSION= 2.8
|
|
PORTEPOCH= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Full featured text editor written in assembler
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
|
|
USES= gmake
|
|
MAKE_ARGS= OS=FREEBSD
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MAN1= e3.1
|
|
PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws
|
|
|
|
FETCH_ARGS= -p -o ${DISTDIR}/${DISTFILES}
|
|
|
|
NO_STAGE= yes
|
|
do-fetch:
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
|
${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \
|
|
fi
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
|
|
|
|
.include <bsd.port.mk>
|