aboutsummaryrefslogtreecommitdiff
path: root/net/cvsup-without-gui
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2002-01-12 19:43:32 +0000
committerJohn Polstra <jdp@FreeBSD.org>2002-01-12 19:43:32 +0000
commit0f4ec5a1a06d9d790f0ec732c9785981a43e6410 (patch)
tree112d145e7803097df045738c1e1a222ccf42406b /net/cvsup-without-gui
parent942b226e9cf11c75a896bdea39ac76c4f009acb9 (diff)
downloadports-0f4ec5a1a06d9d790f0ec732c9785981a43e6410.tar.gz
ports-0f4ec5a1a06d9d790f0ec732c9785981a43e6410.zip
Add cvsup-without-gui slave port which builds CVSup without the GUI.
Notes
Notes: svn path=/head/; revision=52996
Diffstat (limited to 'net/cvsup-without-gui')
-rw-r--r--net/cvsup-without-gui/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/cvsup-without-gui/Makefile b/net/cvsup-without-gui/Makefile
new file mode 100644
index 000000000000..9163a4c701ac
--- /dev/null
+++ b/net/cvsup-without-gui/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: cvsup-without-gui
+# Date created: 12 January 2002
+# Whom: jdp
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../cvsup
+WITHOUT_X11= yes
+
+.include "${MASTERDIR}/Makefile"