From 0ce79ac0ab01af1784beea24d8e1e7e2b014331e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 24 Jan 2008 15:01:12 +0000 Subject: lsknobs is a simple sh(1) script designed to help configure ports knobs and options by listing them together with their status (either enabled or not). It uses portconf for knobs. PR: ports/116127 Submitted by: Gabriel Linder --- ports-mgmt/lsknobs/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ports-mgmt/lsknobs/Makefile (limited to 'ports-mgmt/lsknobs/Makefile') diff --git a/ports-mgmt/lsknobs/Makefile b/ports-mgmt/lsknobs/Makefile new file mode 100644 index 000000000000..e9b80ac753af --- /dev/null +++ b/ports-mgmt/lsknobs/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: lsknobs +# Date created: 5 Sep 2007 +# Whom: Gabriel Linder +# +# $FreeBSD$ +# +# This port is self contained in the files directory. +# + +PORTNAME= lsknobs +PORTVERSION= 1.0 +CATEGORIES= ports-mgmt +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= linder.gabriel@gmail.com +COMMENT= Simple script to help configure ports knobs and options + +RUN_DEPENDS= ${LOCALBASE}/libexec/portconf:${PORTSDIR}/ports-mgmt/portconf + +NO_BUILD= yes +SUB_FILES= pkg-message ${PORTNAME}.sh + +PLIST_FILES= sbin/${PORTNAME} + +do-fetch: + @${DO_NADA} + +do-install: + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME} + @${CAT} ${PKGMESSAGE} + +.include -- cgit v1.2.3