summaryrefslogtreecommitdiff
path: root/ports-mgmt/portcheckout/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1998-11-01 16:42:29 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1998-11-01 16:42:29 +0000
commit4e1e1391edc54836068f2fa52f9f7f75be0301dd (patch)
tree2fbdc471501795fb61bb92e867c2319e20cbd02e /ports-mgmt/portcheckout/Makefile
parentupgrade to 2.8.1rel.2 (diff)
portcheckout - checkout ports and all depending ports
Portcheckout(1) checks out a FreeBSD port and all runtime and buildtime depending ports into the current working directory. The output is written to stdout as an executable shell-script. Compiling a FreeBSD port usually require a full tree of ports in /usr/port. A cvs checkout or a cvs update command takes a very long time and need much free space. With portcheckout, you checkout only the parts of the port tree which you really need. This is a magnitude faster!
Notes
Notes: svn path=/head/; revision=14283
Diffstat (limited to 'ports-mgmt/portcheckout/Makefile')
-rw-r--r--ports-mgmt/portcheckout/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile
new file mode 100644
index 000000000000..e348e98a925a
--- /dev/null
+++ b/ports-mgmt/portcheckout/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: manck
+# Version required: 1.0
+# Date created: 1 November 1998
+# Whom: wosch
+#
+# $Id:$
+
+DISTNAME= portcheckout-1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.freebsd.org/~wosch/src/
+
+MAINTAINER= wosch@FreeBSD.org
+
+.include <bsd.port.mk>