mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
1006710dbe
- Update e17 to lastest snapshot 0.16.999.55225 PR: 154402 Submitted by: Grzegorz Blach <magik@roorback.net> Approved by: maintainer implicit
27 lines
572 B
Makefile
27 lines
572 B
Makefile
# 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= stas@FreeBSD.org
|
|
COMMENT= A C like scripting language used in Enlightenment
|
|
|
|
LICENSE= BSD
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= libtool_hack librt_hack
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|