diff options
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile deleted file mode 100644 index 0bb420830d35..000000000000 --- a/lang/embryo/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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= C like scripting language used in Enlightenment - -LICENSE= BSD - -DIST_SUBDIR= e17 -GNU_CONFIGURE= yes -USES= pathfix pkgconfig tar:bzip2 -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> |