diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-06 17:31:29 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-06 17:31:29 +0800 |
commit | ce32772d0954cd84b12702b244840745ff858c36 (patch) | |
tree | 50eeb61348a24bed1b4916e1416358ec06ec3979 /deskutils | |
parent | c4cc5bdfd47459584f4f52be23c17e59632be41e (diff) | |
download | freebsd-ports-gnome-ce32772d0954cd84b12702b244840745ff858c36.tar.gz freebsd-ports-gnome-ce32772d0954cd84b12702b244840745ff858c36.tar.zst freebsd-ports-gnome-ce32772d0954cd84b12702b244840745ff858c36.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Add USES=gnome
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/deforaos-todo/Makefile | 5 | ||||
-rw-r--r-- | deskutils/deforaos-todo/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index 9a7cef8adf9a..d03a02fad559 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -11,13 +11,14 @@ DISTNAME= Todo-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop todo list -LICENSE= GPLv3 +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop BUILD_DEPENDS= ${LOCALBASE}/include/Desktop/Mailer/plugin.h:mail/deforaos-mailer -USES= desktop-file-utils pkgconfig +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 INSTALLS_ICONS= yes MAKE_ARGS+= PREFIX=${PREFIX} diff --git a/deskutils/deforaos-todo/pkg-descr b/deskutils/deforaos-todo/pkg-descr index ff08b107fb9a..8bdbfb602bc3 100644 --- a/deskutils/deforaos-todo/pkg-descr +++ b/deskutils/deforaos-todo/pkg-descr @@ -1,3 +1,3 @@ DeforaOS desktop todo list -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ |