diff options
author | khorben <khorben@pkgsrc.org> | 2012-12-17 01:27:42 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2012-12-17 01:27:42 +0000 |
commit | 0cc1e6941d334eeb7594546bc80b9b26c5dd9348 (patch) | |
tree | d969afb2c37b7d730f5806ce45fc28cb23242436 /editors | |
parent | 20d215f9c5a1ff1c16db144bbfbb2c8e26f848c9 (diff) | |
download | pkgsrc-0cc1e6941d334eeb7594546bc80b9b26c5dd9348.tar.gz |
Imported wip/deforaos-editor, the DeforaOS text editor, under
editors/deforaos-editor (version 0.2.1)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/deforaos-editor/DESCR | 1 | ||||
-rw-r--r-- | editors/deforaos-editor/Makefile | 25 | ||||
-rw-r--r-- | editors/deforaos-editor/PLIST | 7 | ||||
-rw-r--r-- | editors/deforaos-editor/distinfo | 5 | ||||
-rw-r--r-- | editors/deforaos-editor/options.mk | 10 |
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 |