aboutsummaryrefslogtreecommitdiff
path: root/lang/embryo/Makefile
blob: 4eb3b212025f6046e4a19365587cc63002e04b94 (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
24
25
26
27
# New ports collection makefile for:	embryo
# Date created:				08/08/2004
# Whom:					vanilla
#
# $FreeBSD$
#

PORTNAME=	embryo
DISTVERSION=	1.0.0
PORTEPOCH=	2
CATEGORIES=	lang enlightenment
MASTER_SITES=	http://download.enlightenment.org/releases/ \
		http://files.roorback.net/e17/2011-01-29/base/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A C like scripting language used in Enlightenment

WITH_FBSD10_FIX=yes
LICENSE=	BSD
DIST_SUBDIR=	e17
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_EFL=	libtool_hack librt_hack
USE_GNOME=	gnomehack pkgconfig
USE_LDCONFIG=	yes

.include <bsd.port.mk>