2003-04-19 23:06:54 +02:00
|
|
|
# New ports collection makefile for: ftp/prozilla
|
|
|
|
# Date created: Jan 24 2003
|
|
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= prozilla
|
2006-01-08 23:04:51 +01:00
|
|
|
PORTVERSION= 2.0.3
|
2003-04-19 23:06:54 +02:00
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTER_SITES= http://prozilla.genesys.ro/downloads/prozilla/tarballs/
|
|
|
|
|
2005-10-12 11:27:17 +02:00
|
|
|
MAINTAINER= alejandro@varnet.biz
|
2003-04-19 23:06:54 +02:00
|
|
|
COMMENT= ProZilla is a fast download accelerator
|
|
|
|
|
2005-11-23 15:06:53 +01:00
|
|
|
USE_BZIP2= yes
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2003-04-19 23:06:54 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2005-11-25 18:12:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-12-01 17:33:21 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-11-23 15:06:53 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-04-19 23:06:54 +02:00
|
|
|
|
2005-11-23 15:06:53 +01:00
|
|
|
MAN1= proz.1
|
2003-04-19 23:06:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|