aboutsummaryrefslogtreecommitdiff
path: root/net/blam/Makefile
blob: 3693179fafe6ed3899ffdb1cc5267e3087518dce (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
40
41
# New ports collection makefile for:	blam
# Date created:				20040812
# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $
#

PORTNAME=	blam
PORTVERSION=	1.8.2
PORTREVISION=	7
CATEGORIES=	net gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.8

MAINTAINER=	bsd-sharp-list@forge.novell.com
COMMENT=	Mono based RSS feed reader

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10

USE_GECKO=	firefox mozilla
USE_GNOME=	gnomeprefix gnomehack intlhack intltool libgnomeui gtksharp10
USE_BZIP2=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_XLIB=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-mozilla=${GECKO}
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=	blam.schemas

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.if ${GECKO}!="mozilla"
EXTRA_PATCHES+= ${PATCHDIR}/extra-libblam_blam-gecko-utils.cpp
.endif
.include <bsd.port.post.mk>