summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhorben <khorben>2012-12-17 01:27:42 +0000
committerkhorben <khorben>2012-12-17 01:27:42 +0000
commit44474e7a4f64f769b10094f70f1a879709c4ca93 (patch)
treed969afb2c37b7d730f5806ce45fc28cb23242436
parent2c52dd653aefc70ce6306c779a7bf14c37dfe8fc (diff)
downloadpkgsrc-44474e7a4f64f769b10094f70f1a879709c4ca93.tar.gz
Imported wip/deforaos-editor, the DeforaOS text editor, under
editors/deforaos-editor (version 0.2.1)
-rw-r--r--editors/deforaos-editor/DESCR1
-rw-r--r--editors/deforaos-editor/Makefile25
-rw-r--r--editors/deforaos-editor/PLIST7
-rw-r--r--editors/deforaos-editor/distinfo5
-rw-r--r--editors/deforaos-editor/options.mk10
5 files changed, 48 insertions, 0 deletions
diff --git a/editors/deforaos-editor/DESCR b/editors/deforaos-editor/DESCR
new file mode 100644
index 00000000000..538d344f8c2
--- /dev/null
+++ b/editors/deforaos-editor/DESCR
@@ -0,0 +1 @@
+DeforaOS desktop text editor
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
new file mode 100644
index 00000000000..e8bf3c24f8d
--- /dev/null
+++ b/editors/deforaos-editor/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2012/12/17 01:27:42 khorben Exp $
+#
+
+DISTNAME= Editor-0.2.1
+PKGNAME= deforaos-editor-0.2.1
+CATEGORIES= editors
+MASTER_SITES= http://www.defora.org/os/download/download/3702/
+
+MAINTAINER= khorben@defora.org
+HOMEPAGE= http://www.defora.org/
+COMMENT= DeforaOS desktop text editor
+
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= pkg-config
+USE_TOOLS+= xgettext
+
+MAKE_FLAGS+= DESTDIR=${DESTDIR}
+MAKE_FLAGS+= PREFIX=${PREFIX}
+
+.include "options.mk"
+
+.include "../../x11/deforaos-libdesktop/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/deforaos-editor/PLIST b/editors/deforaos-editor/PLIST
new file mode 100644
index 00000000000..1ebe9dd1d9f
--- /dev/null
+++ b/editors/deforaos-editor/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2012/12/17 01:27:42 khorben Exp $
+bin/editor
+share/applications/editor.desktop
+share/locale/de/LC_MESSAGES/Editor.mo
+share/locale/es/LC_MESSAGES/Editor.mo
+share/locale/fr/LC_MESSAGES/Editor.mo
+share/locale/it/LC_MESSAGES/Editor.mo
diff --git a/editors/deforaos-editor/distinfo b/editors/deforaos-editor/distinfo
new file mode 100644
index 00000000000..ea8a7460517
--- /dev/null
+++ b/editors/deforaos-editor/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/12/17 01:27:42 khorben Exp $
+
+SHA1 (Editor-0.2.1.tar.gz) = 74ab21ca778e4fc8856f826a732de054dab29099
+RMD160 (Editor-0.2.1.tar.gz) = d86c7f9752e54756004a2bb5791e15d8193eed43
+Size (Editor-0.2.1.tar.gz) = 27755 bytes
diff --git a/editors/deforaos-editor/options.mk b/editors/deforaos-editor/options.mk
new file mode 100644
index 00000000000..444ec98ed1c
--- /dev/null
+++ b/editors/deforaos-editor/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2012/12/17 01:27:42 khorben Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-editor
+PKG_SUPPORTED_OPTIONS= embedded
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Membedded)
+MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
+.endif