summaryrefslogtreecommitdiff
path: root/graphics/gpick/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2016-12-30 21:23:54 +0000
committerryoon <ryoon>2016-12-30 21:23:54 +0000
commit8fe6f8148d43f5cc13f289a1c569d0bb9a1f1076 (patch)
tree0eec67522b600881bbd010bce73fa3aaec587e3c /graphics/gpick/Makefile
parent050d8727643d2492ca9b9df38baf4f0771f249db (diff)
downloadpkgsrc-8fe6f8148d43f5cc13f289a1c569d0bb9a1f1076.tar.gz
Import gpick-0.2.5 as graphics/gpick.
Gpick is an advanced color picker and palette editing tool. Main features * Magnification and mouse pointer control with keyboard. * Automatic color name assignment. * Export to following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Alias/WaveFront Material (*.mtl) * Cascaded Style Sheet (*.css) * Hyper Text Markup Language (*.html) * Customizeable text file * Import from following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Customizeable text file * Oversampling with five falloff types: * Multiple pixel values are averaged to help picking colors from sources with noise, patterns and etc, where each pixel is different and overall color is produced by different amounts of particular color. * Palette from image. * Color scheme creation tools. * Mix two or more colors using variable number of steps and different mixing types. * Lightness and/or saturation variations. * Harmonious colors.
Diffstat (limited to 'graphics/gpick/Makefile')
-rw-r--r--graphics/gpick/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/gpick/Makefile b/graphics/gpick/Makefile
new file mode 100644
index 00000000000..b0705247851
--- /dev/null
+++ b/graphics/gpick/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2016/12/30 21:23:54 ryoon Exp $
+
+DISTNAME= gpick-gpick-0.2.5
+PKGNAME= ${DISTNAME:S/gpick-//}
+CATEGORIES= graphics
+MASTER_SITES= -http://github.com/thezbyg/gpick/archive/gpick-0.2.5.tar.gz
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= https://github.com/thezbyg/gpick/
+COMMENT= Advanced color picker
+LICENSE= modified-bsd
+
+USE_LANGUAGES= c c++
+
+BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
+
+SCONS= ${PREFIX}/bin/scons
+SCONS_ARGS+= DESTDIR=${DESTDIR}${PREFIX}
+SCONS_ARGS+= PKGMANDIR=${PKGMANDIR}
+
+do-build:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SCONS} ${SCONS_ARGS}
+
+do-install:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SCONS} ${SCONS_ARGS} install
+
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../lang/lua/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"