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>
25 lines
550 B
Makefile
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>
|