1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/comms/minicom/files/patch-aa

95 lines
2.5 KiB
Plaintext
Raw Normal View History

1998-12-14 03:14:50 +00:00
--- Makefile.orig Sat Jul 25 12:05:46 1998
+++ Makefile Sun Dec 13 18:37:58 1998
@@ -22,10 +22,10 @@
#
# Where to install things for Linux sites (FSSTND)
-BINDIR = /usr/bin
-LIBDIR = /etc
1998-08-11 10:29:56 +00:00
-DOCDIR = /usr/doc/minicom
-MANDIR = /usr/man/man1
1998-01-03 10:58:43 +00:00
+# BINDIR = /usr/bin
+# LIBDIR = /etc
1998-08-11 10:29:56 +00:00
+# DOCDIR = /usr/doc/minicom
1998-01-03 10:58:43 +00:00
+# MANDIR = /usr/man/man1
1998-08-11 10:29:56 +00:00
# fmg 8/22/97: seems a more logical place for this :-)
# Select Compile Options you want:
1998-12-14 03:14:50 +00:00
@@ -40,18 +40,18 @@
# -D_I18N_ - Internationalization and localized text strings
# see file "../doc/Locales"
1998-08-11 10:29:56 +00:00
#
-OPFLAGS = -D_HISTORY -D_HAVE_MACROS -D_SEARCH_HISTORY -D_I18N_
1998-12-14 03:14:50 +00:00
+OPFLAGS = -D_HISTORY -D_HAVE_MACROS -D_SEARCH_HISTORY ## -D_I18N_
# Remove if you don't have gettext and don't want to install it and use
# the localized strings
PO = po
1998-08-11 10:29:56 +00:00
# Where to install things for FreeBSD sites.
-# BINDIR = /usr/local/bin
-# LIBDIR = /usr/local/etc/minicom
1998-12-14 03:14:50 +00:00
+BINDIR = $(PREFIX)/bin
+LIBDIR = $(PREFIX)/etc/minicom
1998-01-03 10:58:43 +00:00
##DOCDIR = /usr/local/share/minicom
-# DOCDIR = /usr/local/etc/minicom
-# MANDIR = /usr/local/man/man1
1998-12-14 03:14:50 +00:00
+DOCDIR = $(PREFIX)/etc/minicom
+MANDIR = $(PREFIX)/man/man1
# Where to install things for "normal" sites.
# BINDIR = /usr/local/bin
1998-12-14 03:14:50 +00:00
@@ -60,19 +60,19 @@
1998-08-11 10:29:56 +00:00
# MANDIR = /usr/local/man/man1
1998-08-11 10:29:56 +00:00
# Take these compilation flags for Linux with libncurses.
-FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -pipe # -I/usr/include/ncurses
1998-12-14 03:14:50 +00:00
+# FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -pipe # -I/usr/include/ncurses
+# PROGS = minicom runscript ascii-xfr
+# LFLAGS = -s
+# LIBS = -lncurses #-lintl
+# CC = cc
+
1998-01-03 10:58:43 +00:00
+# Take these compilation flags for FreeBSD.
1998-08-11 10:29:56 +00:00
+FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_DCDFLOW -D_HAVE_MACROS
1998-12-14 03:14:50 +00:00
PROGS = minicom runscript ascii-xfr
LFLAGS = -s
-LIBS = -lncurses #-lintl
1998-08-11 10:29:56 +00:00
+LIBS = -ltermcap -lcurses
1998-12-14 03:14:50 +00:00
CC = cc
-# Take these compilation flags for FreeBSD.
-#FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_DCDFLOW
-#PROGS = minicom runscript ascii-xfr
-#LFLAGS = -s
-#LIBS = -ltermcap
-#CC = cc
-
# Take these flags for SCO unix.
1998-08-11 10:29:56 +00:00
#FLAGS = -D_SYSV -D_SCO -D_POSIX -D_SELECT
#PROGS = minicom runscript ascii-xfr
1998-12-14 03:14:50 +00:00
@@ -188,7 +188,7 @@
1998-08-11 10:29:56 +00:00
$(CC) $(LFLAGS) -o minicom $(MOBJS) $(LIBS)
po: dummy
- make -C po
1998-12-14 03:14:50 +00:00
+ ## cd po ; $(MAKE)
1998-08-11 10:29:56 +00:00
keyserv: $(KOBJS)
$(CC) -o keyserv $(LFLAGS) $(KOBJS) $(LIBS)
1998-12-14 03:14:50 +00:00
@@ -241,12 +241,12 @@
dummy:
1998-08-11 10:29:56 +00:00
install: $(PROGS)
1998-12-14 03:14:50 +00:00
- make -C po install R=$(R)
+ ## cd po ; $(MAKE) install R=$(R)
1998-08-11 10:29:56 +00:00
sh install.sh $(R)$(LIBDIR) $(R)$(BINDIR) $(R)$(MANDIR) $(R)$(DOCDIR)
clobber:
rm -f *.o *~ minicom keyserv runscript ascii-xfr
- make -C po clean
1998-12-14 03:14:50 +00:00
+ ## cd po ; $(MAKE) clean
1998-08-11 10:29:56 +00:00
clean:
rm -f *.o