diff options
author | wen <wen@FreeBSD.org> | 2013-01-20 21:46:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-01-20 21:46:44 +0800 |
commit | 4447cf1e85121f56ed90773cd66a8ca7a004b68a (patch) | |
tree | ed7594e353ef4b1fe0ec86c2b532319092a32a39 /news/newsstar/Makefile | |
parent | f5a46c2ba191aa657491aba1e7334d09071c0f73 (diff) | |
download | freebsd-ports-gnome-4447cf1e85121f56ed90773cd66a8ca7a004b68a.tar.gz freebsd-ports-gnome-4447cf1e85121f56ed90773cd66a8ca7a004b68a.tar.zst freebsd-ports-gnome-4447cf1e85121f56ed90773cd66a8ca7a004b68a.zip |
- Update to 1.5.5
- Trim Makefile headers
Diffstat (limited to 'news/newsstar/Makefile')
-rw-r--r-- | news/newsstar/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index cfe52f6f4ff8..6c4f55cb4220 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -1,25 +1,20 @@ -# New ports collection makefile for: newsstar -# Date created: 9 May 2004 -# Whom: Andrey Slusar <anray@FreeBSD.org> -# +# Created by: Andrey Slusar <anray@FreeBSD.org> # $FreeBSD$ -# PORTNAME= newsstar -PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTVERSION= 1.5.5 CATEGORIES= news MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Transfer news between a local NNTP server (INN, sn, s-news) +LICENSE= GPLv3 + LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml -LICENSE= GPLv3 - USE_PERL5= yes GNU_CONFIGURE= yes USE_ICONV= yes |