2004-11-26 07:08:58 +01:00
|
|
|
# New ports collection makefile for: blam
|
|
|
|
# Date created: 20040812
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-02-05 00:36:18 +01:00
|
|
|
# $Id: Makefile,v 1.22 2006/10/26 05:32:53 tmclau02 Exp $
|
2004-11-26 07:08:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= blam
|
2009-09-13 04:02:10 +02:00
|
|
|
PORTVERSION= 1.8.7
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 3
|
2009-02-09 10:00:01 +01:00
|
|
|
CATEGORIES= net
|
2009-02-19 14:51:38 +01:00
|
|
|
MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \
|
|
|
|
http://romain.blogreen.org/distfiles/
|
2004-11-26 07:08:58 +01:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
|
|
COMMENT= A simple feed reader for GNOME
|
2004-11-26 07:08:58 +01:00
|
|
|
|
2010-09-15 20:35:24 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2004-11-26 07:08:58 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-02-09 10:00:01 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share"
|
|
|
|
USE_GNOME= gnomesharp20
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2004-11-26 07:08:58 +01:00
|
|
|
GCONF_SCHEMAS= blam.schemas
|
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAN1= blam.1
|
2007-06-10 22:32:06 +02:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
.include <bsd.port.mk>
|