mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# New ports collection makefile for: aget
|
|
# Date created: 15. May 2003
|
|
# Whom: Aaron Zauner <az_mail@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aget
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enderunix.org/aget/
|
|
|
|
MAINTAINER= az_mail@gmx.at
|
|
COMMENT= A multithreaded HTTP download accelerator
|
|
|
|
PLIST_FILES= bin/aget
|
|
WRKSRC= ${WRKDIR}/aget-0.4
|
|
|
|
.include <bsd.port.mk>
|