diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:49:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:49:15 +0800 |
commit | 3e7ab6a46d64a9c7433c504d7d1a0168788e51bc (patch) | |
tree | 0dc731d35ba9c1cb4d36e5256d411eb45c157b84 /graphics | |
parent | b1b1fcfb042108e4005ec06b2e71fbba95e26542 (diff) | |
download | freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.tar.gz freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.tar.zst freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.zip |
LICENSE GPLv2
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camera/Makefile | 2 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 2 | ||||
-rw-r--r-- | graphics/imageviewer/Makefile | 2 | ||||
-rw-r--r-- | graphics/laternamagica/Makefile | 2 | ||||
-rw-r--r-- | graphics/popplerkit/Makefile | 2 | ||||
-rw-r--r-- | graphics/preview/Makefile | 2 | ||||
-rw-r--r-- | graphics/price/Makefile | 2 | ||||
-rw-r--r-- | graphics/vindaloo/Makefile | 2 | ||||
-rw-r--r-- | graphics/yap/Makefile | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index cfc7047b4189..506f71097142 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -18,6 +18,8 @@ COMMENT= GNUstep application for digital still cameras LIB_DEPENDS+= gphoto2_port:${PORTSDIR}/graphics/libgphoto2 +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile index e93e694ceca0..b23d8edffd7d 100644 --- a/graphics/gnustep-slideshow/Makefile +++ b/graphics/gnustep-slideshow/Makefile @@ -16,6 +16,8 @@ DISTNAME= SlideShow-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= SlideShow Viewer +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index a4afabe03c84..dbc76c46660b 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -15,6 +15,8 @@ DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Image Viewer +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 5c2c5b421f2d..179679f67a56 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -15,6 +15,8 @@ DISTNAME= LaternaMagica-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Image viewer and slideshow application +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/graphics/popplerkit/Makefile b/graphics/popplerkit/Makefile index e689dc61e469..74a1ff9a6de8 100644 --- a/graphics/popplerkit/Makefile +++ b/graphics/popplerkit/Makefile @@ -16,6 +16,8 @@ COMMENT= Framework that supports rendering of PDF content LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 14a2fb2ffef1..7ad0aa7185f2 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -16,6 +16,8 @@ DISTNAME= Preview-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Simple image viewer +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/graphics/price/Makefile b/graphics/price/Makefile index b5fcff71ddab..7f8998568f8b 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -14,6 +14,8 @@ DISTNAME= PRICE-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Image filtering and manipulation using GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/graphics/vindaloo/Makefile b/graphics/vindaloo/Makefile index 4f2ed47e5108..c41519039a2d 100644 --- a/graphics/vindaloo/Makefile +++ b/graphics/vindaloo/Makefile @@ -15,6 +15,8 @@ DISTNAME= etoile-0.4.1 MAINTAINER= dinoex@FreeBSD.org COMMENT= PDF Reader for GNUstep +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/graphics/yap/Makefile b/graphics/yap/Makefile index 476769044287..4bd36e24fd61 100644 --- a/graphics/yap/Makefile +++ b/graphics/yap/Makefile @@ -19,6 +19,8 @@ COMMENT= GNUstep a2ps/gs frontend RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-${PAPERSIZE} +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |