summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/sfslite-dbg/Makefile14
-rw-r--r--devel/sfslite-dbg/pkg-descr11
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5183526afede..87e65c3ef4f4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1538,6 +1538,7 @@
SUBDIR += semantic-emacs20
SUBDIR += sfio
SUBDIR += sfslite
+ SUBDIR += sfslite-dbg
SUBDIR += sfslite-noopt
SUBDIR += sgb
SUBDIR += sgl
diff --git a/devel/sfslite-dbg/Makefile b/devel/sfslite-dbg/Makefile
new file mode 100644
index 000000000000..72d46af8528c
--- /dev/null
+++ b/devel/sfslite-dbg/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: sfslite-dbg
+# Date created: 22 September 2005
+# Whom: max
+#
+# $FreeBSD$
+#
+BUILD_MODE= shdbg
+MASTERDIR= ${.CURDIR}/../../devel/sfslite
+COMMENT= "sfslite with dmalloc and without optimization"
+
+LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
+PKG_INSTALL= ${MASTERDIR}/pkg-install
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/sfslite-dbg/pkg-descr b/devel/sfslite-dbg/pkg-descr
new file mode 100644
index 000000000000..11442a0c6249
--- /dev/null
+++ b/devel/sfslite-dbg/pkg-descr
@@ -0,0 +1,11 @@
+See ../sfslite/pkg-descr. A build of the sfslite libraries with
+dmalloc debugging support (http://dmalloc.com) and without -O or
+-O2 build flags. For debugging an application built with the
+SFS libraries.
+
+Maintained as port of the OKWS distribution by Maxwell Krohn.
+
+WWW: http://www.okws.org
+
+- Max
+ports@okws.org