summaryrefslogtreecommitdiff
path: root/devel/libdispatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libdispatch/Makefile')
-rw-r--r--devel/libdispatch/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile
deleted file mode 100644
index 1e1f5633d599..000000000000
--- a/devel/libdispatch/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: stas
-# $FreeBSD$
-
-PORTNAME= libdispatch
-PORTVERSION= 210
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
-
-MAINTAINER= brooks@FreeBSD.org
-COMMENT= Grand Central Dispatch API support library
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= APACHE20
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-static
-USES= libtool tar:bzip2
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>