aboutsummaryrefslogblamecommitdiff
path: root/sysutils/rclean/Makefile
blob: 549eba7333e8bbca932b88d7696a717487f35bba (plain) (tree)
1
2
3
4
5
6
7
8
9
                                         

                      
                    



                                          
                                                               
 
                          
                 




                                                           
                                                                         

                      
# Created by: Lapo Luchini <lapo@lapo.it>

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
USES=	tar:bzip2

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

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

.include <bsd.port.mk>