mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a7d33e3d6b
PR: ports/95363 Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer) Approved by: mnag (mentor)
28 lines
579 B
Makefile
28 lines
579 B
Makefile
# New ports collection makefile for: e3
|
|
# Date created: Tue 5 Dec 2000
|
|
# Whom: joseph@randomnetworks.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= e3
|
|
PORTVERSION= 2.7.0
|
|
PORTEPOCH= 2
|
|
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
|
|
|
|
USE_GMAKE= yes
|
|
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
|
|
|
|
.include <bsd.port.mk>
|