diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-11-04 18:03:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-11-04 18:03:05 +0800 |
commit | e7a6c5549aaee984608d1054cc83cecd3644bfba (patch) | |
tree | f5c6a9ffbbb33bf3c2b8951869c4c13d2f933c17 /graphics/evas/Makefile | |
parent | a7e91a405601dffa7bbdb33b163783d6d29697c5 (diff) | |
download | freebsd-ports-gnome-e7a6c5549aaee984608d1054cc83cecd3644bfba.tar.gz freebsd-ports-gnome-e7a6c5549aaee984608d1054cc83cecd3644bfba.tar.zst freebsd-ports-gnome-e7a6c5549aaee984608d1054cc83cecd3644bfba.zip |
Upgrade to 0.6.0
PR: ports/31118
Submitted by: maintainer
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r-- | graphics/evas/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 3af82234e324..3f27fe92a5e1 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,24 +6,22 @@ # PORTNAME= evas -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ishmael27@home.com LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 +USE_BZIP2= yes USE_X_PREFIX= yes -USE_FREETYPE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-gl - -post-install: - @strip ${PREFIX}/lib/libevas.so.5 +INSTALLS_SHLIB= yes .include <bsd.port.mk> |