diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-30 09:31:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-11-30 09:31:23 +0000 |
commit | d6835d4aae12800da21ddf3f3afa75fc5be2a108 (patch) | |
tree | 6efc508362ad257d683d7b4e5783aa581bc3ba24 /editors/deforaos-editor | |
parent | 9bc39ed10b007c5c50012bbd3ca9d46993a3f445 (diff) | |
download | ports-d6835d4aae12800da21ddf3f3afa75fc5be2a108.tar.gz ports-d6835d4aae12800da21ddf3f3afa75fc5be2a108.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Add missing USES=gnome
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=486240
Diffstat (limited to 'editors/deforaos-editor')
-rw-r--r-- | editors/deforaos-editor/Makefile | 5 | ||||
-rw-r--r-- | editors/deforaos-editor/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index ab99499de7df..42848a7f563b 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -11,7 +11,8 @@ DISTNAME= Editor-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop text editor -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop \ @@ -21,7 +22,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man -USES= desktop-file-utils pkgconfig +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 cairo gdkpixbuf2 OPTIONS_DEFINE= DOCS NLS diff --git a/editors/deforaos-editor/pkg-descr b/editors/deforaos-editor/pkg-descr index 27dc15168935..71e69e6a9b37 100644 --- a/editors/deforaos-editor/pkg-descr +++ b/editors/deforaos-editor/pkg-descr @@ -1,3 +1,3 @@ DeforaOS desktop text editor -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ |