1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/blam/Makefile
Jeremy Messenger 08a32c12ca Add WITH_MOZILLA knob to support build with firefox, mozilla is default. As
for thunderbird and mozilla-devel, I am not going to add them without test. If
anyone want/need, then send tmclaugh or me patch(es).

Approved by:	tmclaugh (maintainer) in #freebsd-gnome (irc.freenode.net)
2005-03-21 04:53:12 +00:00

53 lines
1.3 KiB
Makefile

# 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
PORTREVISION= 2
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}
.if !defined(WITH_MOZILLA)
MOZILLA= mozilla
.else
.if ${WITH_MOZILLA}=="firefox"
MOZILLA= firefox
.else
MOZILLA= mozilla
.endif
.endif
USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-mozilla=${MOZILLA}
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= blam.schemas
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " By default ${PORTNAME} uses www/mozilla for html rendering, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG} ""
@${ECHO_MSG} " firefox "
@${ECHO_MSG} ""
.include <bsd.port.mk>