aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/agave/Makefile
blob: 5c82f7a80a70cbc86f6b742047262e9d0406c228 (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
30
31
32
33
34
35
36
37
38
39
# Created by: Piotr Smyrak <smyru@heron.pl>
# $FreeBSD$

PORTNAME=   agave
PORTVERSION=    0.4.2
PORTREVISION=   10
CATEGORIES= graphics gnome
MASTER_SITES=   http://download.gna.org/colorscheme/releases/

MAINTAINER= smyru@heron.pl
COMMENT=    A color scheme builder for the GNOME desktop

LIB_DEPENDS=    glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
        boost_thread:${PORTSDIR}/devel/boost-libs

# --disable-gnome option is broken in 0.4.2
#OPTIONS=   GNOME   "Adds GNOME support"    on

USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack gnomedocutils intlhack
GCONF_SCHEMAS=  agave.schemas
INSTALLS_ICONS= yes
INSTALLS_OMF=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.pre.mk>

#.if defined(WITHOUT_GNOME)
#CONFIGURE_ARGS+=   --disable-gnome --disable-gconf
#.else
USE_GNOME+= libgnomeui
LIB_DEPENDS+=   gconfmm-2.6:${PORTSDIR}/devel/gconfmm26
#.endif

.include <bsd.port.post.mk>