diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-01-12 19:39:19 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-01-12 19:39:19 +0000 |
commit | 369b99678cab4958878eb5e2115283a0992e105f (patch) | |
tree | 879dbf6e92c6fb9e09f3d1defddc3b3110c02712 /net/cvsup/Makefile | |
parent | 5939f78fc439274432b8c1e9ad928895b0f59a55 (diff) | |
download | ports-369b99678cab4958878eb5e2115283a0992e105f.tar.gz ports-369b99678cab4958878eb5e2115283a0992e105f.zip |
Get things ready for a cvsup-without-gui port.
Notes
Notes:
svn path=/head/; revision=52994
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index da2f474433d8..3fcbacf272eb 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -18,6 +18,9 @@ MAINTAINER= jdp@FreeBSD.org .ifdef WITHOUT_X11 M3FLAGS+= -DNOGUI BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3 +PKGNAMESUFFIX= -without-gui +COMMENT= ${PKGDIR}/pkg-comment.nogui +DESCR= ${PKGDIR}/pkg-descr.nogui .else USE_XLIB= yes BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.a:${PORTSDIR}/lang/ezm3 @@ -54,8 +57,10 @@ pre-fetch: @${FALSE} .endif .ifndef WITHOUT_X11 - @${ECHO_MSG} -n "To build this port without X11 (and without the GUI)," - @${ECHO_MSG} " define \"WITHOUT_X11\"." + @${ECHO_MSG} "*****************************************************" + @${ECHO_MSG} "* To build CVSup without X11 (and without the GUI), *" + @${ECHO_MSG} "* use the \"net/cvsup-without-gui\" port. *" + @${ECHO_MSG} "*****************************************************" .endif @${TRUE} |