summaryrefslogtreecommitdiff
path: root/editors/etoile-typewriter/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-22 12:59:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-22 12:59:07 +0000
commit9b4ddb8720b28714bf8f9d0f29fa64384cd8149f (patch)
tree69761f284b890cd7c5021da052a6af2982cddcbe /editors/etoile-typewriter/Makefile
parentLucene is a high-performance, full-featured text search engine library in Java. (diff)
Etoile intends to be an innovative GNUstep based user environnement built
from the ground up on highly modular and light components with project and document orientation in mind, in order to allow users to create their own workflow by reshaping or recombining provided Services (aka Applications), Components etc. Flexibility and modularity on both User Interface and code level should allow us to scale from PDA to computer environment. Typewriter is a general text editor for plain and rich format text. WWW: http://www.etoile-project.org/
Notes
Notes: svn path=/head/; revision=180489
Diffstat (limited to 'editors/etoile-typewriter/Makefile')
-rw-r--r--editors/etoile-typewriter/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/etoile-typewriter/Makefile b/editors/etoile-typewriter/Makefile
new file mode 100644
index 000000000000..e44ce7b51cc4
--- /dev/null
+++ b/editors/etoile-typewriter/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: etoile-typewriter
+# Date created: 19 Nov 2006
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= typewriter
+PORTVERSION= 0.1.${SNAPSHOT}
+CATEGORIES= editors
+MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
+PKGNAMEPREFIX= etoile-
+DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= General text editor for plain and rich format text
+
+SNAPSHOT= 20060917
+WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/
+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_MAKE_DIRS+= Services/User/Typewriter
+
+OGREKIT_PORT?= textproc/etoile-ogrekit
+
+.include <bsd.port.mk>