diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-25 15:11:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-25 15:11:34 +0000 |
commit | 4bef85280e2c9fc038ea5b27b9eb0236e114950c (patch) | |
tree | 5777632eb5c4658d4d9d59c3a5c449d5facf4cbc /graphics/vindaloo/Makefile | |
parent | 9d465ec248bb9f80568facf6cc1e38238673a67b (diff) | |
download | ports-4bef85280e2c9fc038ea5b27b9eb0236e114950c.tar.gz ports-4bef85280e2c9fc038ea5b27b9eb0236e114950c.zip |
- update etoile-0.4.0
Notes
Notes:
svn path=/head/; revision=223365
Diffstat (limited to 'graphics/vindaloo/Makefile')
-rw-r--r-- | graphics/vindaloo/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/vindaloo/Makefile b/graphics/vindaloo/Makefile index 658f9e1590ca..5ba053e68439 100644 --- a/graphics/vindaloo/Makefile +++ b/graphics/vindaloo/Makefile @@ -7,23 +7,27 @@ PORTNAME= vindaloo PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnustep -MASTER_SITES= http://download.gna.org/gsimageapps/Vindaloo/ -DISTNAME= Vindaloo-${PORTVERSION} +MASTER_SITES= http://download.gna.org/etoile/ +DISTNAME= etoile-0.4.0 MAINTAINER= dinoex@FreeBSD.org COMMENT= PDF Reader for GNUstep +USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LOCAL_LIBS+= PopplerKit:${POPPLERKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= IconKit:${ICONKIT_PORT} -WRKSRC= ${WRKDIR}/Vindaloo +WRKSRC= ${WRKDIR}/Etoile-0.4.0 +USE_GNUSTEP_MAKE_DIRS+= Services/User/Vindaloo POPPLERKIT_PORT?= graphics/popplerkit +ICONKIT_PORT?= x11-themes/etoile-iconkit .include <bsd.port.mk> |