summaryrefslogtreecommitdiff
path: root/sysutils/qlogtools/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-13 14:53:02 +0000
committerzuntum <zuntum>2001-08-13 14:53:02 +0000
commitb6567e2e671fc05d34029c48670a4e8770814695 (patch)
treea9fc720bd2dac348ccae38a4dc74dad2d180329b /sysutils/qlogtools/Makefile
parenta81390f3614511d57e68b82ad716eca9c2850a9f (diff)
downloadpkgsrc-b6567e2e671fc05d34029c48670a4e8770814695.tar.gz
Initial import of qlogtools-3.1
This package is a set of tools that are useful in analyzing or producing logs from qmail and other packages.
Diffstat (limited to 'sysutils/qlogtools/Makefile')
-rw-r--r--sysutils/qlogtools/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile
new file mode 100644
index 00000000000..81a1677201a
--- /dev/null
+++ b/sysutils/qlogtools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 14:53:02 zuntum Exp $
+#
+
+DISTNAME= qlogtools-3.1
+CATEGORIES= sysutils
+MASTER_SITES= http://untroubled.org/qlogtools/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://untroubled.org/qlogtools/
+COMMENT= set of tools useful in analyzing logs from qmail and other pkgs
+
+pre-build:
+ ${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin
+ ${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man
+
+do-install:
+ cd ${WRKSRC} && ./installer
+
+.include "../../mk/bsd.pkg.mk"