1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/sysutils/rclean/Makefile
SADA Kenji b7dbf0aa3d 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>
2002-05-14 03:15:50 +00:00

24 lines
443 B
Makefile

# 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>