freebsd-ports/net/blam/Makefile
Ade Lovett 8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00

33 lines
786 B
Makefile

# 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.7
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \
http://romain.blogreen.org/distfiles/
MAINTAINER= mono@FreeBSD.org
COMMENT= A simple feed reader for GNOME
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= GMSGFMT="${LOCALBASE}/bin/msgfmt" DATADIRNAME="share"
USE_GNOME= gnomesharp20
USE_GETTEXT= yes
INSTALLS_ICONS= yes
GCONF_SCHEMAS= blam.schemas
MAN1= blam.1
.include <bsd.port.mk>