openbsd-ports/comms/jpilot/patches/patch-Makefile.in
pvalchev 73e9ddfd64 - Use outside gettext rather than using the included one.
- Add "dest" to CONFIGURE_STYLE instead of patching prefix.
- Add patches to fix gettext message catalog warnings from naddy@
- Remove some unnecessary plugin files.
help from naddy@
2001-06-03 17:45:00 +00:00

34 lines
809 B
Plaintext

--- Makefile.in.orig Tue Feb 6 12:31:05 2001
+++ Makefile.in Sat Jun 2 12:20:33 2001
@@ -43,7 +43,7 @@ GTKLIBS = @GTK_LIBS@
INTLLIBS = @INTLLIBS@
# Targets
-all: po_dir intl_dir jpilot jpilot-sync jpilot-dump
+all: po_dir intl_dir jpilot jpilot-sync jpilot-dump synctime expense
jpilot: jpilot.o datebook.o address.o todo.o memo.o \
utils.o sync.o prefs.o log.o plugins.o \
@@ -215,6 +215,12 @@ po_dir:
intl_dir:
cd intl; $(MAKE)
+synctime:
+ cd SyncTime; $(MAKE)
+
+expense:
+ cd Expense; $(MAKE)
+
clean:
rm -f *.o *~ config.cache
@@ -256,6 +262,8 @@ install:
./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot/
cd intl; $(MAKE) install
cd po; $(MAKE) install
+ cd SyncTime; $(MAKE) install
+ cd Expense; $(MAKE) install
uninstall:
rm -f $(prefix)/share/jpilot/*