aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/freedt/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-03 10:21:53 +0800
committerwill <will@FreeBSD.org>2003-06-03 10:21:53 +0800
commitf38b2c6fb5df62d9d72b20a5b61af49ff03cbfeb (patch)
tree7b8198f9ef4b75ede3b5a004d38756a521b23c33 /sysutils/freedt/Makefile
parent703dd30a1694b6d95d16653bcbb3f204483cb9c6 (diff)
downloadfreebsd-ports-gnome-f38b2c6fb5df62d9d72b20a5b61af49ff03cbfeb.tar.gz
freebsd-ports-gnome-f38b2c6fb5df62d9d72b20a5b61af49ff03cbfeb.tar.zst
freebsd-ports-gnome-f38b2c6fb5df62d9d72b20a5b61af49ff03cbfeb.zip
Add freedt 0.17, an experimental reimplementation of Dan
Bernstein's daemontools. PR: 52681 Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'sysutils/freedt/Makefile')
-rw-r--r--sysutils/freedt/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile
new file mode 100644
index 000000000000..e68c4ffe425e
--- /dev/null
+++ b/sysutils/freedt/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: freedt
+# Date created: 25 May 2003
+# Whom: Tim Bishop <tim@bishnet.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= freedt
+PORTVERSION= 0.17
+CATEGORIES= sysutils
+MASTER_SITES= http://azz.us-lot.org/files/
+
+MAINTAINER= tim@bishnet.net
+COMMENT= An experimental reimplementation of Dan Bernstein's daemontools
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>