aboutsummaryrefslogtreecommitdiff
path: root/lang/embryo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r--lang/embryo/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile
index 9a8f5358ef4c..c5ba2c12889b 100644
--- a/lang/embryo/Makefile
+++ b/lang/embryo/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= embryo
-PORTVERSION= 0.9.1.032
+PORTVERSION= 20060926
PORTREVISION= 0
+PORTEPOCH= 1
CATEGORIES= lang
-MASTER_SITES= http://enlightenment.freedesktop.org/files/
+MASTER_SITES= http://sunner.elcomnet.ru/~stas/
-MAINTAINER= vanilla@FreeBSD.org
+MAINTAINER= stas@FreeBSD.org
COMMENT= A C like scripting language used in parts of the Enlightenment
GNU_CONFIGURE= yes
+USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig gnometarget
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+USE_LDCONFIG= yes
.include <bsd.port.mk>