summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsopt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-03 22:38:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-03 22:38:26 +0000
commitb05b87b56ca789ff508318f2cb7501f38eb43186 (patch)
tree8c7e9f69ec58ef76c529d47fbd13ee0111231735 /ports-mgmt/portsopt
parent- Add option to enable remote spell checking capabilities (diff)
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>
Notes
Notes: svn path=/head/; revision=181373
Diffstat (limited to 'ports-mgmt/portsopt')
-rw-r--r--ports-mgmt/portsopt/Makefile23
-rw-r--r--ports-mgmt/portsopt/distinfo3
-rw-r--r--ports-mgmt/portsopt/pkg-descr4
3 files changed, 30 insertions, 0 deletions
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 <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>
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/