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
|
2005-11-01 12:55:07 +01:00
|
|
|
PORTVERSION= 2.6.3
|
|
|
|
PORTEPOCH= 2
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|