summaryrefslogtreecommitdiffstats
path: root/lang/embryo/Makefile
blob: 643d0f7112d6c88bc68b512ec29ee81e4fe434a0 (plain)
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
28
29
30
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$

PORTNAME=	embryo
PORTVERSION=	1.7.6
PORTEPOCH=	2
CATEGORIES=	lang enlightenment
MASTER_SITES=	http://download.enlightenment.fr/releases/ \
		LOCAL/gblach/e17/

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

LICENSE=	BSD

DIST_SUBDIR=	e17
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USES=		pathfix
USE_EFL=	eina libtool_hack librt_hack
USE_PKGCONFIG=	yes
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 803000
EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-lib-embryo_float.c
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud