aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/downloader/Makefile
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-02-21 00:08:19 +0800
committerimura <imura@FreeBSD.org>2000-02-21 00:08:19 +0800
commite8d8e6574f7dfd464ad1e385009d7c57e0950bf1 (patch)
treee0771b4a8869a3fba2475a0189dbd7cbafb84bd0 /ftp/downloader/Makefile
parentaa1424037dc949d4c5b5b9153068daa390fba511 (diff)
downloadfreebsd-ports-gnome-e8d8e6574f7dfd464ad1e385009d7c57e0950bf1.tar.gz
freebsd-ports-gnome-e8d8e6574f7dfd464ad1e385009d7c57e0950bf1.tar.zst
freebsd-ports-gnome-e8d8e6574f7dfd464ad1e385009d7c57e0950bf1.zip
Update to version 1.11.
Maintainer is now ports@FreeBSD.org, because email to him has been bouncing since last Decenber.. PR: 16701 Submitted by: Alexander Langer <alex@cichlids.com>
Diffstat (limited to 'ftp/downloader/Makefile')
-rw-r--r--ftp/downloader/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index ea029453fcc9..cbeec1d32253 100644
--- a/ftp/downloader/Makefile
+++ b/ftp/downloader/Makefile
@@ -1,20 +1,24 @@
# New ports collection makefile for: downloader
-# Version required: 1.07.1
+# Version required: 1.11
# Date Created: 23 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
-DISTNAME= nt-1.07.1
-PKGNAME= downloader-1.07.1
+DISTNAME= nt-1.11
+PKGNAME= downloader-1.11
CATEGORIES= ftp
-MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/
+MASTER_SITES= ftp://ftp.server51.freshmeat.net/pub/d4x/ \
+ ftp://ftp.lonyay.edu.hu/pub/software/nt/ \
+ http://people.FreeBSD.org/~imura/distfiles/
-MAINTAINER= ijliao@csie.nctu.edu.tw
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/${DISTNAME}/main
+CFLAGS= -pedantic
+
.include <bsd.port.mk>