From b05b87b56ca789ff508318f2cb7501f38eb43186 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 3 Jan 2007 22:38:26 +0000 Subject: 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 --- ports-mgmt/portsopt/Makefile | 23 +++++++++++++++++++++++ ports-mgmt/portsopt/distinfo | 3 +++ ports-mgmt/portsopt/pkg-descr | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 ports-mgmt/portsopt/Makefile create mode 100644 ports-mgmt/portsopt/distinfo create mode 100644 ports-mgmt/portsopt/pkg-descr (limited to 'ports-mgmt/portsopt') diff --git a/ports-mgmt/portsopt/Makefile b/ports-mgmt/portsopt/Makefile new file mode 100644 index 000000000000..3eee3c397210 --- /dev/null +++ b/ports-mgmt/portsopt/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: portsopt +# Date created: 25 Dec 2006 +# Whom: Beat Gaetzi +# +# $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 diff --git a/ports-mgmt/portsopt/distinfo b/ports-mgmt/portsopt/distinfo new file mode 100644 index 000000000000..596a414b06b7 --- /dev/null +++ b/ports-mgmt/portsopt/distinfo @@ -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 diff --git a/ports-mgmt/portsopt/pkg-descr b/ports-mgmt/portsopt/pkg-descr new file mode 100644 index 000000000000..8829487bfe80 --- /dev/null +++ b/ports-mgmt/portsopt/pkg-descr @@ -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/ -- cgit v1.2.3