summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile
deleted file mode 100644
index 06e672cd2d9d..000000000000
--- a/net-p2p/jigdo/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# ports collection makefile for: jigdo
-# Date created: 23 July 2002
-# Whom: Attila Nagy <bra@fsn.hu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jigdo
-PORTVERSION= 0.7.1
-CATEGORIES= ftp
-MASTER_SITES= http://atterer.net/jigdo/
-
-MAINTAINER= bra@fsn.hu
-COMMENT= A utility used to retrieve very large files over the Internet
-
-BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww \
- ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
-
-MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
-
-USE_BZIP2= 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}" \
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-NOT_FOR_ARCHS+= alpha
-.endif
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.jigdo
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/jigdo-file
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.post.mk>