summaryrefslogtreecommitdiff
path: root/editors/etoile-typewriter/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:21:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:21:59 +0000
commitc875190f748afd929a59d8f29ef0e94279a1a4ca (patch)
tree025904f2394b7324459c3ee913d857e0fe8970cc /editors/etoile-typewriter/Makefile
parent- update to etoile 0.2 (diff)
- update to etoile 0.2
Notes
Notes: svn path=/head/; revision=212906
Diffstat (limited to 'editors/etoile-typewriter/Makefile')
-rw-r--r--editors/etoile-typewriter/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/editors/etoile-typewriter/Makefile b/editors/etoile-typewriter/Makefile
index 3cf0aa6361a8..03fcaa1aa2a6 100644
--- a/editors/etoile-typewriter/Makefile
+++ b/editors/etoile-typewriter/Makefile
@@ -6,18 +6,15 @@
#
PORTNAME= typewriter
-PORTVERSION= 0.1.${SNAPSHOT}
-PORTREVISION= 1
+PORTVERSION= 0.2
CATEGORIES= editors gnustep
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dinoex
+MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
-DISTNAME= Etoile-${SNAPSHOT}
+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
@@ -26,8 +23,7 @@ USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= OgreKit:${OGREKIT_PORT}
USE_GNUSTEP_MAKE_DIRS+= Services/User/Typewriter
-SNAPSHOT= 20061221
-WRKSRC= ${WRKDIR}/Etoile/
+WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
OGREKIT_PORT?= textproc/etoile-ogrekit
.include <bsd.port.mk>