diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
commit | 3c2de4c3c1509b35003f606603b721eac1a687a2 (patch) | |
tree | 97db08eb54a352667721acc3b77fb68c132eaca4 /deskutils | |
parent | cf159f13c37e9c26850b7e585f9f11f3a01979e3 (diff) | |
download | freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.gz freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.zst freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.zip |
LICENSE GPLv2
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/affiche/Makefile | 2 | ||||
-rw-r--r-- | deskutils/affiche/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/appwrapper/Makefile | 2 | ||||
-rw-r--r-- | deskutils/appwrapper/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/gnustep-notebook/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnustep-notebook/pkg-descr | 2 |
6 files changed, 9 insertions, 3 deletions
diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index c0f1743e4d2e..c46ffbcd4085 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -15,6 +15,8 @@ DISTNAME= Affiche-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Affiche allows people to stick notes +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/deskutils/affiche/pkg-descr b/deskutils/affiche/pkg-descr index 31034cafd29e..8130ee08e04a 100644 --- a/deskutils/affiche/pkg-descr +++ b/deskutils/affiche/pkg-descr @@ -7,6 +7,6 @@ on how to develop cross-platform applications between GNUstep and Apple Mac OS X while providing a useful application at the same time. -LICENSE: GPL +LICENSE: GPL2 or later WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5 diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index 283be82ba8ec..3aef792631cc 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -15,6 +15,8 @@ DISTNAME= AppWrapper.${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep application wrapper +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/deskutils/appwrapper/pkg-descr b/deskutils/appwrapper/pkg-descr index 506b26c0e7f5..825f5aaf5f9f 100644 --- a/deskutils/appwrapper/pkg-descr +++ b/deskutils/appwrapper/pkg-descr @@ -2,6 +2,6 @@ AppWrapper is a GNUstep application meant to aid in the creation of non GNUstep application wrappers for use by GWorkspace and other tools that open GNUstep applications. -LICENSE: GPL +LICENSE: GPL2 WWW: http://appwrapper.sourceforge.net/ diff --git a/deskutils/gnustep-notebook/Makefile b/deskutils/gnustep-notebook/Makefile index b13a8b7f0b65..2a47421fbb86 100644 --- a/deskutils/gnustep-notebook/Makefile +++ b/deskutils/gnustep-notebook/Makefile @@ -17,6 +17,8 @@ DISTNAME= NoteBook-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A place to store notes in an organized manner +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/deskutils/gnustep-notebook/pkg-descr b/deskutils/gnustep-notebook/pkg-descr index 881bd85ce393..a081e90e5fad 100644 --- a/deskutils/gnustep-notebook/pkg-descr +++ b/deskutils/gnustep-notebook/pkg-descr @@ -8,6 +8,6 @@ Features * Stores note pages in Rich Text Format allowing you to format the note with different fonts, styles, weights, etc... -LICENSE: GPL +LICENSE: GPL2 WWW: http://notebook.cowgar.com/ |