Enable HTTP support.

Submitted by:	olgeni
This commit is contained in:
Christian Weisgerber
2002-02-09 12:40:22 +00:00
parent 788746e7ca
commit eaa3726552

View File

@@ -7,6 +7,7 @@
PORTNAME= kermit
PORTVERSION= 8.0.200
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \
ftp://ftp.icm.edu.pl/pub/kermit/archives/
@@ -22,7 +23,7 @@ ALL_TARGET= xermit
MAKE_ARGS= KTARGET=freebsd \
CFLAGS="${CFLAGS} -DBSD44 -DCK_NCURSES -DCK_NEWTERM \
-DTCPSOCKET -DNOCOTFMC -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT \
-funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR" \
-funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR -DCKHTTP" \
LIBS="-lncurses -lcrypt -lutil -lm"
DOCDIR= ${PREFIX}/share/doc/kermit