summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 20:17:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-19 20:17:59 +0000
commit87e94e4631dbedfcfac462bdfa12bc1711542105 (patch)
tree8efdc326e221461d9f07adc5c28d2b266745812f /net-p2p/jigdo/Makefile
parentdont depend on a specific PDF viewer (diff)
add jigdo 0.6.8
An utility used to retrieve very large files over the Internet PR: 40954 Submitted by: Attila Nagy <bra@fsn.hu>
Notes
Notes: svn path=/head/; revision=66741
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile
new file mode 100644
index 000000000000..36bd0698e5a4
--- /dev/null
+++ b/net-p2p/jigdo/Makefile
@@ -0,0 +1,47 @@
+# ports collection makefile for: jigdo
+# Date created: 23 July 2002
+# Whom: Attila Nagy <bra@fsn.hu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jigdo
+PORTVERSION= 0.6.8
+CATEGORIES= ftp
+MASTER_SITES= http://home.in.tum.de/~atterer/jigdo/
+
+MAINTAINER= bra@fsn.hu
+
+#BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww
+RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+
+MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
+
+USE_BZIP2= yes
+#USE_REINPLACE= yes
+USE_SUBMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-libdb --disable-nls --without-gui
+USE_GMAKE= yes
+
+SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
+ TOUCH="${TOUCH}" \
+ MKDIR="${MKDIR}" \
+
+pre-fetch:
+ @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.jigdo
+
+.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
+.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
+.endif
+
+#post-patch:
+# @${REINPLACE_CMD} -e "s/gtk-config/${GTK_CONFIG}/g" ${WRKSRC}/configure
+
+post-install:
+ @${STRIP_CMD} ${PREFIX}/bin/jigdo-file
+
+post-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+
+.include <bsd.port.mk>