diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /graphics/epsilon/Makefile | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'graphics/epsilon/Makefile')
-rw-r--r-- | graphics/epsilon/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile index 7e4a000fec9b..67451e37fd26 100644 --- a/graphics/epsilon/Makefile +++ b/graphics/epsilon/Makefile @@ -6,19 +6,21 @@ # PORTNAME= epsilon -PORTVERSION= 20070223 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 0.3.0.012 +PORTREVISION= 0 +PORTEPOCH= 2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ MAINTAINER= stas@FreeBSD.org -COMMENT= A small, display independent, and quick thumbnailing library +COMMENT= A small, display independent and quick thumbnailing library GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnometarget -USE_EFL= edje imlib2 +USE_EFL= edje imlib2 ecore +USE_EFL_ECORE= file ipc USE_LDCONFIG= yes OPTIONS= PNG "Enable PNG thumbnailer" on \ |