1997-07-10 13:15:00 +00:00
|
|
|
--- Makefile.FreeBSD.orig Thu Jan 30 10:29:44 1997
|
|
|
|
+++ Makefile.FreeBSD Fri Apr 11 20:51:39 1997
|
|
|
|
@@ -16,7 +16,6 @@
|
|
|
|
@echo \#define VERSION \"ver.$(VERSION).`cat .VERSION` \(`date +%m/%d`\)\" > include/version.h
|
|
|
|
|
|
|
|
config:
|
|
|
|
- @sh tools/Configure.FreeBSD < config.in.FreeBSD
|
|
|
|
-for i in $(SUBDIR); do \
|
|
|
|
(cd ${.CURDIR}/$$i && test -f Makefile.FreeBSD && cp Makefile.FreeBSD Makefile) ; \
|
|
|
|
done
|
|
|
|
@@ -25,6 +24,11 @@
|
|
|
|
install:
|
|
|
|
(cd ${.CURDIR}/src ; make install)
|
|
|
|
(cd ${.CURDIR}/font ; make install)
|
|
|
|
- install -g wheel -o root -m 0644 -c kon.cfg.FreeBSD /usr/local/etc/kon.cfg
|
|
|
|
+ install -g wheel -o root -m 0644 -c kon.cfg.FreeBSD ${LIBDIR}/kon.cfg
|
|
|
|
+ @sh tools/makedir ${FONTDIR}
|
1998-09-26 15:41:21 +00:00
|
|
|
+ @for i in k14.bdf 7x14rk.bdf jiskan16.bdf 8x16rk.bdf; do\
|
|
|
|
+ install -c -m 644 -o bin -g bin $(DISTDIR)/$$i ${FONTDIR};\
|
1997-07-10 13:15:00 +00:00
|
|
|
+ gzip -f -9 ${FONTDIR}/$$i;\
|
|
|
|
+ done
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|