blob: 9b9b134c7d4ead2472f6362619ecf304dda18029 (
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
|
# 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.4.4
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://home.kcore.de/~kiza/software/snownews/download/
MAINTAINER= clsung@dragon2.net
COMMENT= A text mode RSS newsreader
BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_GETTEXT= yes
USE_GMAKE= yes
MAN1= snownews.1
MANLANG= "" de nl fr it
.include <bsd.port.mk>
|