diff options
Diffstat (limited to 'ftp/wgetpro')
-rw-r--r-- | ftp/wgetpro/Makefile | 37 | ||||
-rw-r--r-- | ftp/wgetpro/distinfo | 2 | ||||
-rw-r--r-- | ftp/wgetpro/files/patch-configure | 11 | ||||
-rw-r--r-- | ftp/wgetpro/pkg-descr | 4 |
4 files changed, 54 insertions, 0 deletions
diff --git a/ftp/wgetpro/Makefile b/ftp/wgetpro/Makefile new file mode 100644 index 000000000000..3d8217a3924c --- /dev/null +++ b/ftp/wgetpro/Makefile @@ -0,0 +1,37 @@ +# ex:ts=8 +# Ports collection makefile for: wgetpro +# Date created: May 18, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= wgetpro +PORTVERSION= 0.1.2 +CATEGORIES= ftp +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= Wget with "PRO" features + +USE_GETOPT_LONG= yes +USE_OPENSSL= yes +USE_GETTEXT= yes +USE_PERL5_BUILD= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" +USE_GMAKE= yes + +PLIST_FILES= bin/wpro + +post-patch: + @${TOUCH} ${WRKSRC}/configure + +post-install: + @${FIND} ${PREFIX}/share/locale -name "wpro.mo" | \ + ${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/ftp/wgetpro/distinfo b/ftp/wgetpro/distinfo new file mode 100644 index 000000000000..0ee351dd8a92 --- /dev/null +++ b/ftp/wgetpro/distinfo @@ -0,0 +1,2 @@ +MD5 (wgetpro-0.1.2.tgz) = 91fb0ae4fd18366fb49fdb44fb162dc4 +SIZE (wgetpro-0.1.2.tgz) = 901735 diff --git a/ftp/wgetpro/files/patch-configure b/ftp/wgetpro/files/patch-configure new file mode 100644 index 000000000000..7d2d6e9e83c8 --- /dev/null +++ b/ftp/wgetpro/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue May 18 09:21:47 2004 ++++ configure Tue May 18 09:22:06 2004 +@@ -1443,7 +1443,7 @@ + VERSION=`sed -e 's/^.*"\(.*\)";$/\1/' ${srcdir}/src/version.c` + echo "configuring for WgetPRO $VERSION" + +-PACKAGE=wget ++PACKAGE=wpro + + + ac_aux_dir= diff --git a/ftp/wgetpro/pkg-descr b/ftp/wgetpro/pkg-descr new file mode 100644 index 000000000000..0e00d29ba658 --- /dev/null +++ b/ftp/wgetpro/pkg-descr @@ -0,0 +1,4 @@ +Wget "PRO" edition - with additional protocol support and html rewriting +capabilities. + +WWW: http://www.wgetpro.org/ |