diff options
Diffstat (limited to 'lang/embryo')
-rw-r--r-- | lang/embryo/Makefile | 12 | ||||
-rw-r--r-- | lang/embryo/distinfo | 6 | ||||
-rw-r--r-- | lang/embryo/pkg-plist | 6 |
3 files changed, 12 insertions, 12 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> diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo index e2db07ea3063..e801d8c76e8a 100644 --- a/lang/embryo/distinfo +++ b/lang/embryo/distinfo @@ -1,3 +1,3 @@ -MD5 (embryo-0.9.1.032.tar.gz) = 41e81058f1b839575a29ef4ac2157a35 -SHA256 (embryo-0.9.1.032.tar.gz) = bb0a895e65cd64607f96f8a9e357d0cc28e0572072f13bb5600a1f9db85b0a3f -SIZE (embryo-0.9.1.032.tar.gz) = 477640 +MD5 (embryo-20060926.tar.bz2) = 6e17b8f3b46151b012e84710e1ba35c0 +SHA256 (embryo-20060926.tar.bz2) = c96f8c8a4a2b88c330a78708e2c92ba23e1804d86f7683b00f99ca897f1f89e8 +SIZE (embryo-20060926.tar.bz2) = 1383757 diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist index 4184145acf10..a4c22e0b89be 100644 --- a/lang/embryo/pkg-plist +++ b/lang/embryo/pkg-plist @@ -1,19 +1,19 @@ bin/embryo -bin/embryo_cc bin/embryo-config +bin/embryo_cc include/Embryo.h lib/libembryo.a lib/libembryo.la lib/libembryo.so lib/libembryo.so.9 libdata/pkgconfig/embryo.pc -%%DATADIR%%/include/default.inc %%DATADIR%%/examples/example.inc %%DATADIR%%/examples/example.sma %%DATADIR%%/examples/recurse.inc %%DATADIR%%/examples/recurse.sma %%DATADIR%%/examples/test.inc %%DATADIR%%/examples/test.sma -@dirrm %%DATADIR%%/examples +%%DATADIR%%/include/default.inc @dirrm %%DATADIR%%/include +@dirrm %%DATADIR%%/examples @dirrm %%DATADIR%% |