summaryrefslogtreecommitdiff
path: root/net-p2p/unworkable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/unworkable/Makefile')
-rw-r--r--net-p2p/unworkable/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile
deleted file mode 100644
index 8c3645d320be..000000000000
--- a/net-p2p/unworkable/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= unworkable
-PORTVERSION= 0.53
-PORTREVISION= 3
-CATEGORIES= net-p2p
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Free BitTorrent Implementation
-
-LICENSE= MIT
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LIB_DEPENDS= libevent.so:devel/libevent
-
-USES= scons ssl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= bin/unworkable man/man1/unworkable.1.gz
-
-post-extract:
- @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
- ${WRKSRC}/SConstruct
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>