diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-24 01:37:32 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-24 01:37:32 +0000 |
commit | 2e18b5ecc084b47952f2c016901b06fd994c67cb (patch) | |
tree | 310ad5d0e8d4e58d35d2532b530daf309488516b /ftp/mget/Makefile | |
parent | ad91e4dc396c8e8195aaf3f301ab21bc48427165 (diff) | |
download | FreeBSD-ports-2e18b5ecc084b47952f2c016901b06fd994c67cb.zip FreeBSD-ports-2e18b5ecc084b47952f2c016901b06fd994c67cb.tar.gz |
add mget
Multi Threaded Wget
Diffstat (limited to 'ftp/mget/Makefile')
-rw-r--r-- | ftp/mget/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile new file mode 100644 index 0000000..0161c60 --- /dev/null +++ b/ftp/mget/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: mget +# Date created: Sep 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mget +PORTVERSION= 1.3.0 +CATEGORIES= ftp +MASTER_SITES= http://home.talkcity.com/LaGrangeLn/dbera/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +ALL_TARGET= ${PORTNAME} + +post-patch: + @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g ; \ + s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mget ${PREFIX}/bin + +.include <bsd.port.mk> |