diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /graphics/epeg | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.zip |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 12 | ||||
-rw-r--r-- | graphics/epeg/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index dcaa7420a500..e021e8e08746 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -6,20 +6,22 @@ # PORTNAME= epeg -PORTVERSION= 0.9.0.007 +PORTVERSION= 20060926 PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://enlightenment.freedesktop.org/files/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= stas@FreeBSD.org COMMENT= An IMMENSELY FAST JPEG thumbnailer library API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes +USE_BZIP2= yes USE_GNOME= gnomehack gnometarget -USE_GETOPT_LONG= yes -INSTALLS_SHLIB= yes +USE_GETOPT_LONG=yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo index 8c7088ea30e5..6feef53a100a 100644 --- a/graphics/epeg/distinfo +++ b/graphics/epeg/distinfo @@ -1,3 +1,3 @@ -MD5 (epeg-0.9.0.007.tar.gz) = 383db51e46d13d986966459e4918d236 -SHA256 (epeg-0.9.0.007.tar.gz) = bb12585b433fd0eca11865541bdb877166b9e53b0ea12624776f11cce3ce189b -SIZE (epeg-0.9.0.007.tar.gz) = 318810 +MD5 (epeg-20060926.tar.bz2) = 33ee80c85c6859084c1164e8575e4b4a +SHA256 (epeg-20060926.tar.bz2) = cb3ae987ce05865a65ab0c3f8a14784578f14b8d43987e226ad73507b142b1ec +SIZE (epeg-20060926.tar.bz2) = 1263246 |