summaryrefslogtreecommitdiff
path: root/net/blam/Makefile
blob: c712aea0abe07ac6e32b138a41cc834508964796 (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
# New ports collection makefile for:	blam
# Date created:				20040812
# Whom:				Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $Id: Makefile,v 1.8 2005/01/09 09:37:27 tmclau02 Exp $
# $FreeBSD$
#

PORTNAME=	blam
PORTVERSION=	1.6.1
CATEGORIES=	net gnome
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.6

MAINTAINER=	tmclaugh@sdf.lonestar.org
COMMENT=	Mono based RSS feed reader

BUILD_DEPENDS=	gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
		${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_GNOME=	gnomeprefix gnomehack intltool libgnomeui
USE_BZIP2=	yes
USE_X_PREFIX=   yes
USE_LIBTOOL_VER=15
USE_GMAKE=	yes

CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=	blam.schemas

.include <bsd.port.mk>