summaryrefslogtreecommitdiff
path: root/comms/kermit/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2001-11-06 00:53:05 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2001-11-06 00:53:05 +0000
commit2d79ada819944f9e40e05f31603d4331ec9d0b16 (patch)
tree1888ea8c562fa2fe5569e51568c89c4dda98ef81 /comms/kermit/files
parentupdate to 0.9.6. (diff)
* Update to latest stable release, 7.0.197.
* Add mirror site. * Fix and improve comment and description. * Use the provided build infrastructure instead of gratuitously replacing it with our own. * Tweak build defines. Reviewed by: joerg
Diffstat (limited to 'comms/kermit/files')
-rw-r--r--comms/kermit/files/Makefile.sed33
1 files changed, 0 insertions, 33 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed
deleted file mode 100644
index 717de24a39be..000000000000
--- a/comms/kermit/files/Makefile.sed
+++ /dev/null
@@ -1,33 +0,0 @@
-PROG= kermit
-CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DTCPSOCKET \
- -DNOCOTFMC -DTPUTSARGTYPE=int -DUSE_STRERROR -DFREEBSD3 \
- -DUSE_UU_LOCK \
- -funsigned-char
-SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \
- ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \
- ckcfn3.c ckuxla.c ckucns.c ckutio.c ckufio.c ckudia.c ckuscr.c \
- ckcnet.c ckusig.c ckclib.c ckctel.c ckcuni.c ckupty.c
-
-BINDIR=%%PREFIX%%/bin
-MANDIR=%%PREFIX%%/man/man
-
-CLEANFILES+= ckcpro.c ckcwart.o wart kermit.1
-
-DPADD= ${LIBCURSES} ${LIBTERM}
-LDADD= -lncurses -lcrypt -lutil
-
-.SUFFIXES: .w
-
-.w.c:
- ./wart ${.IMPSRC} ${.TARGET}
-
-wart: ckwart.c
- $(CC) -o wart ${.CURDIR}/ckwart.c
-
-ckcpro.c: ckcpro.w
-ckcpro.c: wart
-
-kermit.1: ckuker.nr
- cp ckuker.nr kermit.1
-
-.include <bsd.prog.mk>