blob: 1e7d71e7cdccc36f83e27a91f965b3dc2f8f49e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Gabriel Linder <linder.gabriel@gmail.com>
# $FreeBSD$
PORTNAME= lsknobs
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= linder.gabriel@gmail.com
COMMENT= Simple script to help configure ports knobs and options
RUN_DEPENDS= ${LOCALBASE}/libexec/portconf:ports-mgmt/portconf
NO_BUILD= yes
SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= sbin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>
|