2003-06-03 04:22:11 +00:00
|
|
|
# New ports collection makefile for: aget
|
|
|
|
# Date created: 15. May 2003
|
|
|
|
# Whom: Aaron Zauner <az_mail@gmx.at>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aget
|
2009-05-29 12:43:49 +00:00
|
|
|
PORTVERSION= 0.4.1
|
2003-06-03 04:22:11 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.enderunix.org/aget/
|
|
|
|
|
2009-07-06 07:09:21 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-03 04:22:11 +00:00
|
|
|
COMMENT= A multithreaded HTTP download accelerator
|
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/aget
|
2009-05-29 12:43:49 +00:00
|
|
|
MAN1= aget.1
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# fix man prefix and make portlint happy :)
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share/man/man1/|${MANPREFIX}/man/man1/|g' -e \
|
|
|
|
's|/usr/local/bin/|${PREFIX}/bin/|g' ${WRKSRC}/Makefile
|
2003-06-03 04:22:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|