freebsd-ports/ftp/prozilla/Makefile
Alejandro Pulver c26d558871 - Update to version 2.0.4.
- Remove from virtual category "net" and add to "www".
- Remove pkg-message.in and patch-libprozilla_src_Makefile.in (now the
  upstream version installs headers under a "prozilla" subdirectory).
- Change pkg-plist and remove patch-libprozilla_ltmain.sh to install .la
  (libtool archive) files.

Approved by:	garga (mentor)
2006-04-18 17:55:58 +00:00

30 lines
684 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.4
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_GETOPT_LONG=yes
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS= ${CFLAGS} -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
MAN1= proz.1
.include <bsd.port.mk>