freebsd-ports/sysutils/rclean/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

22 lines
444 B
Makefile

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