aboutsummaryrefslogtreecommitdiffstats
path: root/lang/embryo/Makefile
blob: e80d6c8fb27399619b977753823a6e1753285cd1 (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
28
29
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$

PORTNAME=   embryo
PORTVERSION=    1.7.9
PORTEPOCH=  2
CATEGORIES= lang enlightenment
MASTER_SITES=   http://download.enlightenment.org/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 pkgconfig
USE_EFL=    eina libtool_hack librt_hack
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>