diff options
Diffstat (limited to 'graphics/epeg/Makefile')
-rw-r--r-- | graphics/epeg/Makefile | 12 |
1 files changed, 7 insertions, 5 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" |