freebsd-ports/ports-mgmt/pkg_rmleaves/Makefile
Pav Lucistnik 7ae8f44fb5 pkg_rmleaves finds packages that are not requested by any other installed
package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.

This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.

PR:		ports/75517
Submitted by:	Timothy Redaelli <drizzt@gufi.org>
2004-12-28 02:51:31 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: pkg_rmleaves
# Date created: 26 December 2004
# Whom: Timothy Redaelli <drizzt@gufi.org>
#
# $FreeBSD$
#
PORTNAME= pkg_rmleaves
PORTVERSION= 20041223
CATEGORIES= sysutils
MASTER_SITES= http://utenti.gufi.org/~drizzt/${PORTNAME}/
MAINTAINER= drizzt@gufi.org
COMMENT= Interactive script for deinstalling 'leaf' packages
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/pkg_rmleaves
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_rmleaves ${PREFIX}/sbin/pkg_rmleaves
.include <bsd.port.mk>