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 /editors | |
parent | 9d465ec248bb9f80568facf6cc1e38238673a67b (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/etoile-typewriter/Makefile | 7 | ||||
-rw-r--r-- | editors/etoile-typewriter/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/editors/etoile-typewriter/Makefile b/editors/etoile-typewriter/Makefile index 53d2bcab2981..206caea9a6b5 100644 --- a/editors/etoile-typewriter/Makefile +++ b/editors/etoile-typewriter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= typewriter -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= editors gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -16,15 +15,19 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= General text editor for plain and rich format text +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+= OgreKit:${OGREKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= ScriptKit:${SCRIPTKIT_PORT} USE_GNUSTEP_MAKE_DIRS+= Services/User/Typewriter WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} + OGREKIT_PORT?= textproc/etoile-ogrekit +SCRIPTKIT_PORT?= lang/etoile-scriptkit .include <bsd.port.mk> diff --git a/editors/etoile-typewriter/distinfo b/editors/etoile-typewriter/distinfo index 2ac1ee4891af..2c1e8a612c54 100644 --- a/editors/etoile-typewriter/distinfo +++ b/editors/etoile-typewriter/distinfo @@ -1,3 +1,3 @@ -MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9 -SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c -SIZE (etoile-0.2.tar.gz) = 21373391 +MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de +SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a +SIZE (etoile-0.4.0.tar.bz2) = 8225128 |