blob: defb107b688bb7f53a50b6651135448f843dccbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: newsbeuter
# Date created: 2007-06-01
# Whom: arved
#
# $FreeBSD$
PORTNAME= newsbeuter
PORTVERSION= 0.4
CATEGORIES= www
MASTER_SITES= http://synflood.at/newsbeuter/
MAINTAINER= arved@FreeBSD.org
COMMENT= An RSS feed reader for the text console
LIB_DEPENDS= stfl.0:${PORTSDIR}/devel/stfl \
nxml.0:${PORTSDIR}/textproc/libnxml \
mrss.0:${PORTSDIR}/textproc/libmrss \
sqlite3.8:${PORTSDIR}/databases/sqlite3
USE_GMAKE= yes
USE_GETTEXT= yes
USE_PERL5_BUILD=yes
MAN1= newsbeuter.1 podbeuter.1
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,share/man,man,; \
s,prefix,PREFIX," ${WRKSRC}/Makefile
.if ${OSVERSION} < 602107
${REINPLACE_CMD} -e "s,ncursesw,ncurses," ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>
|