summaryrefslogtreecommitdiff
path: root/sysutils/wtmp-tools/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-03 15:17:22 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-03 15:17:22 +0000
commitd92edd5d798fc4de24c9644918256cd371036ea0 (patch)
treec32f48bdaf4956b0cd25da6da92364dca156d811 /sysutils/wtmp-tools/Makefile
parentUpdate to 0.9.11 (diff)
Add wtmp-tools 0.1, the tool for editing wtmp files and converting into
this format. PR: ports/86855 Submitted by: Oleg M. Golovanov <olmi@rentech.ru>
Notes
Notes: svn path=/head/; revision=144074
Diffstat (limited to 'sysutils/wtmp-tools/Makefile')
-rw-r--r--sysutils/wtmp-tools/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/wtmp-tools/Makefile b/sysutils/wtmp-tools/Makefile
new file mode 100644
index 000000000000..199fa06335b9
--- /dev/null
+++ b/sysutils/wtmp-tools/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: wtmp-tools
+# Date created: 3 October 2005
+# Whom: Oleg M. Golovanov <olmi@rentech.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wtmp-tools
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.rentech.ru/archives/wtmp-tools/
+
+MAINTAINER= master@rentech.ru
+COMMENT= The tool for editing wtmp files and converting into this format
+
+MAN1= t2w.1
+MANCOMPRESSED= yes
+
+USE_REINPLACE= yes
+
+PORTDOCS= *
+PLIST_FILES= bin/t2w
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
+ ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>