aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/downloader/Makefile
diff options
context:
space:
mode:
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>