mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
df1872ac04
- Use SF macro PR: ports/118810 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: linimon (mentor, maintainer timeout)
24 lines
440 B
Makefile
24 lines
440 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: puf
|
|
# Date created: Feb 6, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= puf
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= ftp www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= A parallel HTTP downloader similar to wget
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= puf.1
|
|
PLIST_FILES= bin/puf
|
|
|
|
.include <bsd.port.mk>
|