1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/editors/e3/Makefile
Edwin Groothuis 9b3643650c MAINTAINER UPDATE: editors/e3 2.42 -> 2.43
PR:		ports/51317
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-04-29 03:27:24 +00:00

26 lines
467 B
Makefile

# New ports collection makefile for: e3
# Date created: Tue 5 Dec 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= e3
PORTVERSION= 2.43
PORTEPOCH= 1
CATEGORIES= editors
MASTER_SITES= http://www.sax.de/~adlibit/
MAINTAINER= joseph@randomnetworks.com
COMMENT= A full featured text editor written in assembler
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
MAKE_ARGS= OS=FREEBSD
ONLY_FOR_ARCH= i386
MAN1= e3.1
.include <bsd.port.mk>