diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-16 10:07:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-16 10:07:32 +0000 |
commit | 9be14bbb0fbeb661190d775d0f48d9d4bcd1a555 (patch) | |
tree | c0ffe2275f059f6e988b3165f37f1e25ef17a2c8 /x11-toolkits | |
parent | 556d75738819d8729a69d10715ca9160fad38452 (diff) | |
download | ports-9be14bbb0fbeb661190d775d0f48d9d4bcd1a555.tar.gz ports-9be14bbb0fbeb661190d775d0f48d9d4bcd1a555.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/etox/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/etox/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/etox/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/etox/pkg-plist | 30 |
5 files changed, 64 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9136568e8af7..ab1a9e2c12a6 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -14,6 +14,7 @@ SUBDIR += eel SUBDIR += efltk SUBDIR += erlgtk + SUBDIR += etox SUBDIR += fl_editor SUBDIR += fltk SUBDIR += fltk-threads diff --git a/x11-toolkits/etox/Makefile b/x11-toolkits/etox/Makefile new file mode 100644 index 000000000000..3ec1952a4b35 --- /dev/null +++ b/x11-toolkits/etox/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: etox +# Date created: 05/09/2005 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= etox +PORTVERSION= 0.9.0.003 +CATEGORIES= x11-toolkits +MASTER_SITES= http://enlightenment.freedesktop.org/files/ + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= An evas based text layout library + +LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas \ + ecore.1:${PORTSDIR}/x11/ecore \ + edb.1:${PORTSDIR}/databases/edb + +USE_X_PREFIX= yes +USE_LIBTOOL_VER= 15 +USE_GNOME= gnomehack pkgconfig gnometarget +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/etox/distinfo b/x11-toolkits/etox/distinfo new file mode 100644 index 000000000000..651bbb62d965 --- /dev/null +++ b/x11-toolkits/etox/distinfo @@ -0,0 +1,2 @@ +MD5 (etox-0.9.0.003.tar.gz) = 2b3d97b557412e6b6eb55d51533ae711 +SIZE (etox-0.9.0.003.tar.gz) = 1046595 diff --git a/x11-toolkits/etox/pkg-descr b/x11-toolkits/etox/pkg-descr new file mode 100644 index 000000000000..63cf3c80b96c --- /dev/null +++ b/x11-toolkits/etox/pkg-descr @@ -0,0 +1,4 @@ +Etox - An evas based text layout library + +Etox provides facilities for multi-line text layout, as well as obstacle +wrapping and text stylization. diff --git a/x11-toolkits/etox/pkg-plist b/x11-toolkits/etox/pkg-plist new file mode 100644 index 000000000000..9f30a46c004d --- /dev/null +++ b/x11-toolkits/etox/pkg-plist @@ -0,0 +1,30 @@ +bin/etox-config +include/Etox.h +lib/libetox.a +lib/libetox.so +lib/libetox.so.0 +libdata/pkgconfig/etox.pc +share/aclocal/etox.m4 +%%DATADIR%%/colors.db +%%DATADIR%%/fonts/Vera.ttf +%%DATADIR%%/fonts/andover.ttf +%%DATADIR%%/fonts/cinema.ttf +%%DATADIR%%/fonts/grunge.ttf +%%DATADIR%%/fonts/morpheus.ttf +%%DATADIR%%/fonts/nationff.ttf +%%DATADIR%%/fonts/notepad.ttf +%%DATADIR%%/fonts/sinon.ttf +%%DATADIR%%/images/bg.png +%%DATADIR%%/images/panel.png +%%DATADIR%%/images/panel_button1.png +%%DATADIR%%/images/panel_button2.png +%%DATADIR%%/styles/bold.style.db +%%DATADIR%%/styles/outline.style.db +%%DATADIR%%/styles/plain.style.db +%%DATADIR%%/styles/raised.style.db +%%DATADIR%%/styles/shadow.style.db +%%DATADIR%%/styles/soft_shadow.style.db +@dirrm %%DATADIR%%/styles +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%% |