freebsd-ports/editors/e3/Makefile
Tilman Keskinoz 8586c06561 Update to 2.60
PR:		69061
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2004-07-17 15:35:54 +00:00

29 lines
550 B
Makefile

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