blob: 9f6e6ec97c45f7fb5f7744a13f085c071c4f7325 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: eddie
# Date created: 05-Jan-2001
# Whom: Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#
PORTNAME= eddie
PORTVERSION= 1.5.1
CATEGORIES= www
MASTER_SITES= http://eddie.sourceforge.net/release/
MAINTAINER= sam@inf.enst.fr
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
BROKEN= "Missing header driver.h"
USE_AUTOCONF= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|