aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/prozilla/Makefile
blob: 21646c62350ee74006ad5018eb8e49541fd0371f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    ftp/prozilla
# Date created:             Jan 24 2003
# Whom:                 Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$
#

PORTNAME=   prozilla
PORTVERSION=    2.0.4
PORTREVISION=   1
CATEGORIES= ftp www
MASTER_SITES=   http://prozilla.genesys.ro/downloads/prozilla/tarballs/

MAINTAINER= alepulver@FreeBSD.org
COMMENT=    ProZilla is a fast download accelerator

USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_GMAKE=  yes

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

CPPFLAGS=   ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

MAN1=       proz.1

.include <bsd.port.mk>