3e9578414e
a Simple RSS/RDF feed reader for GNOME2
28 lines
587 B
Makefile
28 lines
587 B
Makefile
# Ports collection Makefile for: liferea
|
|
# Date created: 28 August 2003
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= liferea
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= liferea
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Simple RSS/RDF feed reader
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomeprefix gnomehack gconf2 libxml2 libgtkhtml \
|
|
gnomevfs2
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '28s,^,#include <time.h>,' \
|
|
${WRKSRC}/src/common.h
|
|
|
|
.include <bsd.port.mk>
|