freebsd-ports/www/snownews/Makefile
Sergey Matveychuk 026919ca35 Update to 1.5.3
PR:		68849
Submitted by:	maintainer
Approved by:	krion (mentor)
2004-07-12 12:07:48 +00:00

28 lines
580 B
Makefile

# ex:ts=8
# New ports collection makefile for: snownews
# Date created: Nov 3 2003
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= snownews
PORTVERSION= 1.5.3
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
MAINTAINER= clsung@dragon2.net
COMMENT= A text mode RSS newsreader
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= libxml2
USE_REINPLACE= yes
MAN1= snownews.1
MANLANG= "" de nl fr it ru_RU.KOI8-R
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g' ${WRKSRC}/platform_settings
.include <bsd.port.mk>