diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-15 04:10:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-15 04:10:53 +0000 |
commit | 2b8acb7b5c5b3df255514488230f4df0d0bc33cd (patch) | |
tree | 57cddc9f7570542b9f75afb8a43519e26fac993b /graphics/imlib2/Makefile | |
parent | c5f6c3111c33c0b000deb62b5b819fb512e4c27f (diff) | |
download | ports-2b8acb7b5c5b3df255514488230f4df0d0bc33cd.tar.gz ports-2b8acb7b5c5b3df255514488230f4df0d0bc33cd.zip |
Notes
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index afbcfa023d68..071cf72c16d2 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= imlib2 -PORTVERSION= 1.4.1.000 -PORTREVISION= 9 +PORTVERSION= 1.4.4 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= graphics enlightenment -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= The next generation graphics library for Enlightenment @@ -21,6 +21,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig gnometarget +USE_EFL= libtool_hack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes |