diff options
Diffstat (limited to 'graphics/gcolor')
-rw-r--r-- | graphics/gcolor/Makefile | 22 | ||||
-rw-r--r-- | graphics/gcolor/distinfo | 1 | ||||
-rw-r--r-- | graphics/gcolor/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gcolor/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/gcolor/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile new file mode 100644 index 000000000000..4457f4b6a9e3 --- /dev/null +++ b/graphics/gcolor/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gcolor +# Version required: 0.4 +# Date created: 20 Feb 2000 +# Whom: Will Andrews <andrews@technologist.com> +# +# $FreeBSD$ +# + +DISTNAME= gcolor-0.4 +CATEGORIES= graphics gnome +MASTER_SITES= http://download.sourceforge.net/gcolor/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GNU_CONFIGURE= yes +CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/graphics/gcolor/distinfo b/graphics/gcolor/distinfo new file mode 100644 index 000000000000..c892cbe2a01a --- /dev/null +++ b/graphics/gcolor/distinfo @@ -0,0 +1 @@ +MD5 (gcolor-0.4.tar.gz) = e42e2e09272768ffb863ca514f7ae5a3 diff --git a/graphics/gcolor/pkg-comment b/graphics/gcolor/pkg-comment new file mode 100644 index 000000000000..1926879f1673 --- /dev/null +++ b/graphics/gcolor/pkg-comment @@ -0,0 +1 @@ +GNOME-based color picker diff --git a/graphics/gcolor/pkg-descr b/graphics/gcolor/pkg-descr new file mode 100644 index 000000000000..11e0944df911 --- /dev/null +++ b/graphics/gcolor/pkg-descr @@ -0,0 +1,7 @@ +Gcolor is a very simple color picker that can be used to +pick precise colors. It was inspired as a replacement for +xcolorsel that offers a wider band of colors to pick from. + +WWW: http://gcolor.sourceforge.net/ + +- Will <andrews@technologist.com> diff --git a/graphics/gcolor/pkg-plist b/graphics/gcolor/pkg-plist new file mode 100644 index 000000000000..6f2c70560d3e --- /dev/null +++ b/graphics/gcolor/pkg-plist @@ -0,0 +1 @@ +bin/gcolor |