diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-20 19:49:23 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-20 19:49:23 +0000 |
commit | d7b0faf6484e28bf62783f3412a9bafece14c6dd (patch) | |
tree | 9fd262ff446ad5f837eef76807e94e872062baef /graphics | |
parent | 6b0f9172cfffd1c1c1f22a8be358149487e41c63 (diff) | |
download | ports-d7b0faf6484e28bf62783f3412a9bafece14c6dd.tar.gz ports-d7b0faf6484e28bf62783f3412a9bafece14c6dd.zip |
- Add license
Notes
Notes:
svn path=/head/; revision=274393
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epdfview/Makefile | 2 | ||||
-rw-r--r-- | graphics/gliv/Makefile | 2 | ||||
-rw-r--r-- | graphics/gscan2pdf/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 6a9144fe1aff..d19030d06a44 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -18,6 +18,8 @@ COMMENT= A lightweight PDF document viewer BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index a3000751c5e2..6e463aba213b 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -15,6 +15,8 @@ COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GL= yes diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index db4fcba55d28..f352f6468950 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -45,6 +45,8 @@ RUN_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ p5-Gtk2-Ex-Simple-List>=0.50:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List \ p5-Gtk2-ImageView>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-ImageView +LICENSE= GPLv3 + USE_GMAKE= yes USE_GNOME= gtk20 librsvg2 PERL_CONFIGURE= yes |