1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/lang/embryo/Makefile
Grzegorz Blach a0387acfb6 - Update EFL to 1.7.5
- Change master site to download.enlightenment.fr

Approved by:	tabthorpe (mentor)
2013-01-15 17:01:33 +00:00

30 lines
621 B
Makefile

# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$
PORTNAME= embryo
PORTVERSION= 1.7.5
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
USE_EFL= eina libtool_hack librt_hack
USE_GNOME= gnomehack pkgconfig
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>