mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
6c2876ca6e
Hat: portmgr
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# New ports collection makefile for: deleted
|
|
# Date created: 2000 May 25
|
|
# Whom: @BABOLO <.@babolo.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deleted
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/sysutl/ \
|
|
http://www.links.ru/soft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Daemon for garbage collection in directories with temporary files
|
|
|
|
MAN1= deleted.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/deleted
|
|
BINMODE= 4555
|
|
|
|
post-install:
|
|
@${CHMOD} 4555 ${PREFIX}/bin/deleted
|
|
|
|
.include <bsd.port.mk>
|