2013-09-06 15:01:53 +02:00
|
|
|
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
2004-11-26 07:08:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= blam
|
2009-09-13 04:02:10 +02:00
|
|
|
PORTVERSION= 1.8.7
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
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
|
2012-01-21 18:40:15 +01:00
|
|
|
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
|
|
|
CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share"
|
|
|
|
USE_GNOME= gnomesharp20
|
2013-09-06 15:01:53 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2009-02-09 10:00:01 +01:00
|
|
|
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
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2009-02-09 10:00:01 +01:00
|
|
|
.include <bsd.port.mk>
|