summaryrefslogtreecommitdiff
path: root/sysutils/rclean/Makefile
blob: 05dfa658f52e2b7828df2a1145d44abca89534d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Lapo Luchini <lapo@lapo.it>
# $FreeBSD$

PORTNAME=	rclean
PORTVERSION=	1.14
CATEGORIES=	sysutils
MASTER_SITES=	http://www.lapo.it/rclean/

MAINTAINER=	lapo@lapo.it
COMMENT=	Command-line rc.conf ordering and cleaning tool

PLIST_FILES=	bin/rclean
USE_BZIP2=	yes

do-build:
	@(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>