2000-12-18 21:38:32 +01:00
|
|
|
# New ports collection makefile for: e3
|
|
|
|
# Date created: Tue 5 Dec 2000
|
|
|
|
# Whom: joseph@randomnetworks.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= e3
|
2006-04-06 18:08:19 +02:00
|
|
|
PORTVERSION= 2.7.0
|
2007-07-19 12:07:30 +02:00
|
|
|
PORTEPOCH= 3
|
2000-12-18 21:38:32 +01:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= http://www.sax.de/~adlibit/
|
2004-07-17 17:35:54 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/60/6/}
|
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
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
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
|
|
|
|
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>
|