1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/liferea/Makefile
Hye-Shik Chang 303a4e9846 - Update to 0.5.2b, a critical bugfix. [1] [2]
- Utilize USE_LIBTOOL_VER=15 not to install *.la files. [3]

PR:		67527 [1]
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org> [1],
		olgeni [2], mezz [3]
2004-07-26 03:59:21 +00:00

50 lines
1.0 KiB
Makefile

# Ports collection Makefile for: liferea
# Date created: 28 August 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= liferea
PORTVERSION= 0.5.2b
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= liferea
MAINTAINER= perky@FreeBSD.org
COMMENT= Simple RSS/RDF feed reader
.ifdef WITH_MOZILLA
BUILD_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla
.endif
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \
gnomevfs2
USE_GMAKE= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= liferea.1
.ifdef WITH_MOZILLA
PLIST_SUB= MOZ=""
.else
PLIST_SUB= MOZ="@comment "
.endif
post-patch:
.ifdef WITH_MOZILLA
${REINPLACE_CMD} -e 's,/usr/lib/moz,${X11BASE}/lib/moz,g' \
${WRKSRC}/src/liferea
.else
${REINPLACE_CMD} -e 's,gtkmozembed,donttrythis,g' \
${WRKSRC}/configure
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>