freebsd-ports/graphics/agave/Makefile
Jean-Yves Lefort 9f56c0e245 Add gnome-colorscheme.
GNOME Colorscheme is a color scheme builder for the GNOME desktop. It is
useful for web creation as well as room painting. It supports 6 various types
of color schemes: Complements, Split Complements, Triads, Tetrads, Analogous,
and Monochromatic.

The user can lighten/darken the whole colorscheme or increase/decrease its
saturation.

WWW: http://home.gna.org/colorscheme/

PR:		ports/85458
Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2005-08-31 00:54:05 +00:00

34 lines
820 B
Makefile

# New ports collection makefile for: gnome-colorscheme
# Date created: 30 August 2005
# Whom: Piotr Smyrak <smyru@heron.pl>
#
# $FreeBSD$
#
PORTNAME= colorscheme
PORTVERSION= 0.2.1
CATEGORIES= graphics gnome
MASTER_SITES= http://download.gna.org/${PORTNAME}/0.2/
PKGNAMEPREFIX= gnome-
MAINTAINER= smyru@heron.pl
COMMENT= A color scheme builder for the GNOME desktop
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
cppunit-1.10:${PORTSDIR}/devel/cppunit
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 503001
EXTRA_PATCHES+= ${FILESDIR}/roundpatch
.endif
.include <bsd.port.post.mk>