mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
DeforaOS Desktop editor
PR: ports/172995 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
This commit is contained in:
parent
b33c24bb9b
commit
b6a3d5fb29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309235
@ -47,6 +47,7 @@
|
||||
SUBDIR += conglomerate
|
||||
SUBDIR += cooledit
|
||||
SUBDIR += cream
|
||||
SUBDIR += deforaos-editor
|
||||
SUBDIR += dhex
|
||||
SUBDIR += diakonos
|
||||
SUBDIR += dkns
|
||||
|
23
editors/deforaos-editor/Makefile
Normal file
23
editors/deforaos-editor/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= editor
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3702/
|
||||
DISTNAME= Editor-${PORTVERSION}
|
||||
PKGNAMEPREFIX= deforaos-
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= DeforaOS desktop text editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
|
||||
Desktop:${PORTSDIR}/x11/deforaos-libdesktop
|
||||
|
||||
USE_GNOME= gtk20 desktopfileutils
|
||||
USE_PKGCONFIG= build
|
||||
USE_GETTEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
editors/deforaos-editor/distinfo
Normal file
2
editors/deforaos-editor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000
|
||||
SIZE (Editor-0.2.1.tar.gz) = 27755
|
3
editors/deforaos-editor/pkg-descr
Normal file
3
editors/deforaos-editor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
DeforaOS desktop text editor
|
||||
|
||||
WWW: http://www.defora.org/
|
6
editors/deforaos-editor/pkg-plist
Normal file
6
editors/deforaos-editor/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user