summaryrefslogtreecommitdiff
path: root/devel/libev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libev/Makefile')
-rw-r--r--devel/libev/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile
new file mode 100644
index 00000000000..dc3f621cdcf
--- /dev/null
+++ b/devel/libev/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:40:37 sno Exp $
+
+DISTNAME= libev-3.7
+PKGNAME= ${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://dist.schmorp.de/libev/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://software.schmorp.de/pkg/libev.html
+COMMENT= A full-featured and high-performance event loop
+LICENSE= modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+#TEST_TARGET= verify
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.pkg.mk"