From 0f4ec5a1a06d9d790f0ec732c9785981a43e6410 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sat, 12 Jan 2002 19:43:32 +0000 Subject: Add cvsup-without-gui slave port which builds CVSup without the GUI. --- net/cvsup-without-gui/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/cvsup-without-gui/Makefile 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" -- cgit v1.2.3