mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
0ce79ac0ab
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 <linder.gabriel at gmail.com>
34 lines
725 B
Makefile
34 lines
725 B
Makefile
# New ports collection makefile for: lsknobs
|
|
# Date created: 5 Sep 2007
|
|
# Whom: Gabriel Linder <linder.gabriel@gmail.com>
|
|
#
|
|
# $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 <bsd.port.mk>
|