View | Details | Raw Unified | Return to bug 117876
Collapse All | Expand All

(-)Makefile (-2 / +11 lines)
Lines 20-37 Link Here
20
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-openssl \
20
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-openssl \
21
		--with-libxml2 --without-gnutls --without-libares --without-libcares \
21
		--with-libxml2 --without-gnutls --without-libares --without-libcares \
22
		--program-transform-name=""
22
		--program-transform-name=""
23
.if !defined(WITHOUT_NLS)
24
USE_GETTEXT=	yes
25
PLIST_SUB+=	NLS=""
26
.else
27
CONFIGURE_ARGS+=	--disable-nls
28
PLIST_SUB+=	NLS="@comment "
29
.endif
23
30
24
USE_GCC=	3.4+
31
USE_GCC=	3.4+
25
USE_BZIP2=	yes
32
USE_BZIP2=	yes
26
USE_GNOME=	gnomehack libxml2
33
USE_GNOME=	gnomehack libxml2
27
USE_GETTEXT=	yes
34
USE_GETTEXT=	yes
28
GNU_CONFIGURE=	yes
35
GNU_CONFIGURE=	yes
29
PLIST_FILES=	bin/aria2c \
36
PLIST_FILES=	bin/aria2c
30
		share/locale/de/LC_MESSAGES/aria2c.mo \
37
.if !defined(WITHOUT_NLS)
38
PLIST_FILES+=	share/locale/de/LC_MESSAGES/aria2c.mo \
31
		share/locale/fr/LC_MESSAGES/aria2c.mo \
39
		share/locale/fr/LC_MESSAGES/aria2c.mo \
32
		share/locale/ja/LC_MESSAGES/aria2c.mo \
40
		share/locale/ja/LC_MESSAGES/aria2c.mo \
33
		share/locale/nl/LC_MESSAGES/aria2c.mo \
41
		share/locale/nl/LC_MESSAGES/aria2c.mo \
34
		share/locale/ru/LC_MESSAGES/aria2c.mo
42
		share/locale/ru/LC_MESSAGES/aria2c.mo
43
.endif
35
MAN1=		aria2c.1
44
MAN1=		aria2c.1
36
45
37
post-configure:
46
post-configure:
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
aria2 has segmented downloading engine in its core. It therefore, it
1
aria2 has a segmented downloading engine in its core; therefore, it
2
can download files a lot faster than ordinary browsers. Currently it
2
can download files a lot faster than ordinary browsers. Currently it
3
has following features:
3
has following features:
4
* HTTP/HTTPS GET support
4
* HTTP/HTTPS GET support

Return to bug 117876