aboutsummaryrefslogtreecommitdiff
path: root/graphics/agave/Makefile
blob: 7e97022b1675eecb16586aeed1f1eba7572533d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	gnome-colorscheme
# Date created:				30 August 2005
# Whom:					Piotr Smyrak <smyru@heron.pl>
#
# $FreeBSD$
#

PORTNAME=	colorscheme
PORTVERSION=	0.2.2
PORTREVISION=	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.mk>