summaryrefslogtreecommitdiffstats
path: root/sysutils/rclean/Makefile
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-05-14 03:15:50 +0000
committersada <sada@FreeBSD.org>2002-05-14 03:15:50 +0000
commit2433becbd658f2af6f6f06c8bccfd5dbb6b175b4 (patch)
tree4c4afac6d2128de605dc57f388b49f00728ca832 /sysutils/rclean/Makefile
parent391502a13f41ee7c90d34686c1bc1e7834b2a8f4 (diff)
downloadFreeBSD-ports-2433becbd658f2af6f6f06c8bccfd5dbb6b175b4.zip
FreeBSD-ports-2433becbd658f2af6f6f06c8bccfd5dbb6b175b4.tar.gz
Add new port: sysutils/rclean.
rclean provides a command-line tool to order and clean content of rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. PR: ports/37593 Submitted by: Lapo Luchini <lapo@lapo.it>
Diffstat (limited to 'sysutils/rclean/Makefile')
-rw-r--r--sysutils/rclean/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/rclean/Makefile b/sysutils/rclean/Makefile
new file mode 100644
index 0000000..f212064
--- /dev/null
+++ b/sysutils/rclean/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: rcorder
+# Date created: Sat Apr 27 17:49:09 CET 2002
+# Whom: Lapo Luchini <lapo@lapo.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rclean
+PORTVERSION= 1.11
+CATEGORIES= sysutils
+MASTER_SITES= http://www.lapo.it/rclean/
+
+MAINTAINER= lapo@lapo.it
+
+USE_BZIP2= yes
+
+do-build:
+ @(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud