freebsd-ports/ftp/prozilla/Makefile
Sergey Matveychuk b583964e98 - Update to 2.0.3
PR:		ports/91524
Submitted by:	Alejandro Pulver (maintainer)
2006-01-08 22:04:51 +00:00

27 lines
613 B
Makefile

# New ports collection makefile for: ftp/prozilla
# Date created: Jan 24 2003
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$
#
PORTNAME= prozilla
PORTVERSION= 2.0.3
CATEGORIES= ftp
MASTER_SITES= http://prozilla.genesys.ro/downloads/prozilla/tarballs/
MAINTAINER= alejandro@varnet.biz
COMMENT= ProZilla is a fast download accelerator
USE_BZIP2= yes
USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= proz.1
.include <bsd.port.mk>