Upgrade to 0.9.9.010.
This commit is contained in:
parent
dac4e80946
commit
e10b11feee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137534
3 changed files with 81 additions and 16 deletions
|
@ -6,24 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= ecore
|
||||
PORTVERSION= 0.0.2
|
||||
PORTVERSION= 0.9.9.010
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= enlightenment
|
||||
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= A core event abstraction library
|
||||
|
||||
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_LIBTOOL_VER= 15
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/lib/libecore.so.0
|
||||
CONFIGURE_ARGS+= --enable-pthreads
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ecore-0.0.2.tar.gz) = 544fc26bbf996e1e15430fb31d212c2a
|
||||
SIZE (ecore-0.0.2.tar.gz) = 146515
|
||||
MD5 (ecore-0.9.9.010.tar.gz) = 38cdadc83910b0ae4035310b5afeff52
|
||||
SIZE (ecore-0.9.9.010.tar.gz) = 1063024
|
||||
|
|
|
@ -1,6 +1,74 @@
|
|||
bin/ecore-config
|
||||
bin/ecore_evas_test
|
||||
bin/ecore_test
|
||||
include/Ecore.h
|
||||
include/Ecore_Con.h
|
||||
include/Ecore_Config.h
|
||||
include/Ecore_DBus.h
|
||||
include/Ecore_Data.h
|
||||
include/Ecore_Evas.h
|
||||
include/Ecore_File.h
|
||||
include/Ecore_Ipc.h
|
||||
include/Ecore_Job.h
|
||||
include/Ecore_Txt.h
|
||||
include/Ecore_X.h
|
||||
include/Ecore_X_Atoms.h
|
||||
include/Ecore_X_Cursor.h
|
||||
lib/libecore.a
|
||||
lib/libecore.so
|
||||
lib/libecore.so.0
|
||||
lib/libecore.so.1
|
||||
lib/libecore_con.a
|
||||
lib/libecore_con.so
|
||||
lib/libecore_con.so.1
|
||||
lib/libecore_config.a
|
||||
lib/libecore_config.so
|
||||
lib/libecore_config.so.1
|
||||
lib/libecore_dbus.a
|
||||
lib/libecore_dbus.so
|
||||
lib/libecore_dbus.so.1
|
||||
lib/libecore_evas.a
|
||||
lib/libecore_evas.so
|
||||
lib/libecore_evas.so.1
|
||||
lib/libecore_file.a
|
||||
lib/libecore_file.so
|
||||
lib/libecore_file.so.1
|
||||
lib/libecore_ipc.a
|
||||
lib/libecore_ipc.so
|
||||
lib/libecore_ipc.so.1
|
||||
lib/libecore_job.a
|
||||
lib/libecore_job.so
|
||||
lib/libecore_job.so.1
|
||||
lib/libecore_txt.a
|
||||
lib/libecore_txt.so
|
||||
lib/libecore_txt.so.1
|
||||
lib/libecore_x.a
|
||||
lib/libecore_x.so
|
||||
lib/libecore_x.so.1
|
||||
libdata/pkgconfig/ecore.pc
|
||||
share/aclocal/ecore.m4
|
||||
%%DATADIR%%/fonts/Vera.ttf
|
||||
%%DATADIR%%/fonts/VeraBI.ttf
|
||||
%%DATADIR%%/fonts/VeraBd.ttf
|
||||
%%DATADIR%%/fonts/VeraIt.ttf
|
||||
%%DATADIR%%/fonts/VeraMoBI.ttf
|
||||
%%DATADIR%%/fonts/VeraMoBd.ttf
|
||||
%%DATADIR%%/fonts/VeraMoIt.ttf
|
||||
%%DATADIR%%/fonts/VeraMono.ttf
|
||||
%%DATADIR%%/fonts/VeraSe.ttf
|
||||
%%DATADIR%%/fonts/VeraSeBd.ttf
|
||||
%%DATADIR%%/fonts/fonts.alias
|
||||
%%DATADIR%%/fonts/fonts.dir
|
||||
%%DATADIR%%/images/ball.png
|
||||
%%DATADIR%%/images/bar.png
|
||||
%%DATADIR%%/images/bar_shad_above.png
|
||||
%%DATADIR%%/images/bar_shad_below.png
|
||||
%%DATADIR%%/images/bg.png
|
||||
%%DATADIR%%/images/crosshair.png
|
||||
%%DATADIR%%/images/e_logo.png
|
||||
%%DATADIR%%/images/evas_logo.png
|
||||
%%DATADIR%%/images/shadow.png
|
||||
%%DATADIR%%/pointers/mouse_pointer.png
|
||||
@dirrm %%DATADIR%%/pointers
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue