e779f389ac
PR: 78912 Submitted by: Matthew West <mwest@uct.ac.za> Approved by: stanislav shalunov (maintainer), krion (mentor) (implicit)
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# New ports collection makefile for: stmpclean
|
|
# Date created: 4 August 1999
|
|
# Whom: shalunov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stmpclean
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= http://www.internet2.edu/~shalunov/stmpclean/
|
|
|
|
MAINTAINER= shalunov@internet2.edu
|
|
COMMENT= Remove old files from temporary directories
|
|
|
|
MAN8= stmpclean.8
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= sbin/stmpclean
|
|
|
|
.include <bsd.port.mk>
|