diff options
Diffstat (limited to 'net/cvsup-without-gui')
-rw-r--r-- | net/cvsup-without-gui/Makefile | 11 |
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" |