2006-05-01 18:39:52 +02:00
|
|
|
# New ports collection makefile for: aria2
|
|
|
|
# Date created: 1 May 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-05-01 18:39:52 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aria2
|
2007-12-11 22:49:49 +01:00
|
|
|
DISTVERSION= 0.12.0
|
2006-05-01 18:39:52 +02:00
|
|
|
CATEGORIES= www
|
2006-10-01 18:34:17 +02:00
|
|
|
MASTER_SITES= SFE
|
2006-05-01 18:39:52 +02:00
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-05-01 18:39:52 +02:00
|
|
|
COMMENT= Yet another download tool
|
|
|
|
|
2006-12-03 15:51:26 +01:00
|
|
|
#CPPFLAGS= -g
|
|
|
|
#DONTSTRIP= yes
|
|
|
|
#CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
|
|
|
#MAKE_ENV= DONTSTRIP=
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \
|
2007-08-09 19:09:01 +02:00
|
|
|
--with-libxml2 --without-gnutls --without-libares --without-libcares \
|
|
|
|
--program-transform-name=""
|
2006-05-01 18:39:52 +02:00
|
|
|
|
2006-05-21 22:41:24 +02:00
|
|
|
USE_GCC= 3.4+
|
2006-05-01 18:39:52 +02:00
|
|
|
USE_BZIP2= yes
|
2006-07-05 08:58:58 +02:00
|
|
|
USE_GNOME= gnomehack libxml2
|
2006-05-01 18:39:52 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-12-11 22:49:49 +01:00
|
|
|
LINGUAS= ca de es fr it ja nl pt_BR ru sv
|
2006-05-27 11:22:57 +02:00
|
|
|
PLIST_FILES= bin/aria2c \
|
2007-12-11 22:49:49 +01:00
|
|
|
${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|}
|
2006-10-01 18:34:17 +02:00
|
|
|
MAN1= aria2c.1
|
2006-05-27 11:22:57 +02:00
|
|
|
|
2007-08-09 19:09:01 +02:00
|
|
|
post-configure:
|
|
|
|
@${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h
|
|
|
|
|
2007-04-18 10:01:25 +02:00
|
|
|
.include <bsd.port.mk>
|