mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of
all port dependencies. WWW: http://www.chruetertee.ch/portsopt/ PR: ports/107400 Submitted by: Beat Gaetzi <beat at chruetertee.ch>
This commit is contained in:
parent
9fcdadecee
commit
b05b87b56c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181373
23
ports-mgmt/portsopt/Makefile
Normal file
23
ports-mgmt/portsopt/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: portsopt
|
||||
# Date created: 25 Dec 2006
|
||||
# Whom: Beat Gaetzi <beat@chruetertee.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= portsopt
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.chruetertee.ch/files/download/
|
||||
|
||||
MAINTAINER= beat@chruetertee.ch
|
||||
COMMENT= Shows WITH(OUT)-knobs of a port makefile
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/portsopt
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
3
ports-mgmt/portsopt/distinfo
Normal file
3
ports-mgmt/portsopt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (portsopt-1.1.tar.gz) = 3e3895f67384f031d703e8b8863e4ab1
|
||||
SHA256 (portsopt-1.1.tar.gz) = bbfa4093e9651949e398b5253b3bd56f8a02a183a038cb926232b8a4dbcd71ba
|
||||
SIZE (portsopt-1.1.tar.gz) = 933
|
4
ports-mgmt/portsopt/pkg-descr
Normal file
4
ports-mgmt/portsopt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of
|
||||
all port dependencies.
|
||||
|
||||
WWW: http://www.chruetertee.ch/portsopt/
|
@ -511,6 +511,7 @@
|
||||
SUBDIR += portsearch
|
||||
SUBDIR += portsman
|
||||
SUBDIR += portsnap
|
||||
SUBDIR += portsopt
|
||||
SUBDIR += portupgrade
|
||||
SUBDIR += portupgrade-devel
|
||||
SUBDIR += powerman
|
||||
|
23
sysutils/portsopt/Makefile
Normal file
23
sysutils/portsopt/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: portsopt
|
||||
# Date created: 25 Dec 2006
|
||||
# Whom: Beat Gaetzi <beat@chruetertee.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= portsopt
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.chruetertee.ch/files/download/
|
||||
|
||||
MAINTAINER= beat@chruetertee.ch
|
||||
COMMENT= Shows WITH(OUT)-knobs of a port makefile
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/portsopt
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/portsopt/distinfo
Normal file
3
sysutils/portsopt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (portsopt-1.1.tar.gz) = 3e3895f67384f031d703e8b8863e4ab1
|
||||
SHA256 (portsopt-1.1.tar.gz) = bbfa4093e9651949e398b5253b3bd56f8a02a183a038cb926232b8a4dbcd71ba
|
||||
SIZE (portsopt-1.1.tar.gz) = 933
|
4
sysutils/portsopt/pkg-descr
Normal file
4
sysutils/portsopt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of
|
||||
all port dependencies.
|
||||
|
||||
WWW: http://www.chruetertee.ch/portsopt/
|
Loading…
Reference in New Issue
Block a user