blob: b86d3e23b030081b456676718f35d03b60e18307 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: e3
# Date created: Tue 5 Dec 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= e3
PORTVERSION= 2.31
CATEGORIES= editors
MASTER_SITES= http://www.sax.de/~adlibit/
MAINTAINER= joseph@randomnetworks.com
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
MAKE_ARGS= OS=FREEBSD
ONLY_FOR_ARCH= i386
MAN1= e3.1
.include <bsd.port.mk>
|