2003-04-19 21:06:54 +00:00
|
|
|
# New ports collection makefile for: ftp/prozilla
|
|
|
|
# Date created: Jan 24 2003
|
|
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= prozilla
|
2005-01-26 17:20:52 +00:00
|
|
|
PORTVERSION= 1.3.7.3
|
2003-04-19 21:06:54 +00:00
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTER_SITES= http://prozilla.genesys.ro/downloads/prozilla/tarballs/
|
|
|
|
|
2004-12-12 14:49:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-19 21:06:54 +00:00
|
|
|
COMMENT= ProZilla is a fast download accelerator
|
|
|
|
|
2003-07-14 02:53:03 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
|
|
|
USE_REINPLACE= yes
|
2003-04-19 21:06:54 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-07-14 02:53:03 +00:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2003-04-19 21:06:54 +00:00
|
|
|
|
|
|
|
MAN1= proz.1 prozilla.1
|
|
|
|
|
2003-07-14 02:53:03 +00:00
|
|
|
DOCS= ANNOUNCE AUTHORS COPYING CREDITS ChangeLog INSTALL FAQ NEWS README TODO
|
2003-04-19 21:06:54 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|