aboutsummaryrefslogtreecommitdiff
path: root/devel/libev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libev/Makefile')
-rw-r--r--devel/libev/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
new file mode 100644
index 000000000000..5f81121b5ba0
--- /dev/null
+++ b/devel/libev/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libev
+# Date created: 18 Dec 2007
+# Whom: vsevolod
+#
+# $FreeBSD$
+#
+
+PORTNAME= libev
+PORTVERSION= 1.86
+CATEGORIES= devel
+MASTER_SITES= http://dist.schmorp.de/libev/Attic/
+
+MAINTAINER= vsevolod@FreeBSD.org
+COMMENT= A full-featured and high-performance event loop library
+
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+MAN3= ev.3
+
+.include <bsd.port.mk>