Initial import.
Aria is yet another download tool
This commit is contained in:
parent
8f1e3f114f
commit
3a0122660e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40647
6 changed files with 41 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
SUBDIR += apache-contrib
|
||||
SUBDIR += apache-jserv
|
||||
SUBDIR += arena
|
||||
SUBDIR += aria
|
||||
SUBDIR += ashe # requires Motif
|
||||
SUBDIR += asp2php
|
||||
SUBDIR += aswedit
|
||||
|
|
32
www/aria/Makefile
Normal file
32
www/aria/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: aria
|
||||
# Date created: 30 March 2001
|
||||
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aria
|
||||
PORTVERSION= 0.9.1.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://aria.rednoah.com/storage/sources/
|
||||
DISTNAME= ${PORTNAME}-0.9.1pl1
|
||||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GTK= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
||||
--datadir=${PREFIX}/share
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/aria/distinfo
Normal file
1
www/aria/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (aria-0.9.1pl1.tar.bz2) = 77b363a7c066528c93042c971deaf09e
|
1
www/aria/pkg-comment
Normal file
1
www/aria/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
yet another download tool
|
3
www/aria/pkg-descr
Normal file
3
www/aria/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
yet another download tool
|
||||
|
||||
WWW: http://aria.rednoah.com/
|
3
www/aria/pkg-plist
Normal file
3
www/aria/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/aria
|
||||
share/locale/de/LC_MESSAGES/aria.mo
|
||||
share/locale/ja/LC_MESSAGES/aria.mo
|
Loading…
Reference in a new issue