mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# New ports collection makefile for: clean
|
|
# Date created: 2003-6-3
|
|
# Whom: chuck@pkix.net
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clean
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= chuck@pkix.net
|
|
COMMENT= Automatically remove unwanted files
|
|
|
|
USE_BZIP2= yes
|
|
MAN1= clean.1
|
|
PLIST_FILES= bin/clean
|
|
|
|
.include <bsd.port.mk>
|