diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1999-10-04 03:58:46 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-10-04 03:58:46 +0000 |
commit | c7218db3fdc2cc12d07e0ef4e66c3fa53c189f94 (patch) | |
tree | 8a8c4aff765532c97224fc0ab56c21cd1bde0973 | |
parent | 18cd8bfe6541d5301f7de97bbcf3b399f2768bc3 (diff) | |
download | ports-c7218db3fdc2cc12d07e0ef4e66c3fa53c189f94.tar.gz ports-c7218db3fdc2cc12d07e0ef4e66c3fa53c189f94.zip |
Notes
-rw-r--r-- | editors/thoteditor/Makefile | 6 | ||||
-rw-r--r-- | editors/thoteditor/files/patch-ac | 11 | ||||
-rw-r--r-- | editors/thoteditor/files/patch-ae | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 3f955eb7e8f7..efcd37580ad5 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -27,8 +27,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya --disable-java --disable-intr --disable-jit --disable-math --disable-ilu USE_GMAKE= yes ALL_TARGET= all schemas +MAN1= cextract.1 +MAN5= cextrc.5 do-configure: + $(CP) $(WRKSRC)/../thot/Makefile.in $(WRKSRC)/../thot/Makefile.in.patched + $(SED) -e "s&%%MOTIFLIB%%&$(MOTIFLIB)&" <$(WRKSRC)/../thot/Makefile.in.patched >$(WRKSRC)/../thot/Makefile.in (cd $(WRKSRC);../configure $(CONFIGURE_ARGS)) post-configure: @@ -42,5 +46,7 @@ post-install: ${MKDIR} ${PREFIX}/share/thot/doc $(SED) -e "s&%%PREFIX%%&$(PREFIX)&" < $(FILESDIR)/thoteditor > $(WRKDIR)/thoteditor $(INSTALL_SCRIPT) $(WRKDIR)/thoteditor $(PREFIX)/bin + $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextrc.5 $(PREFIX)/man/man5 + $(INSTALL_MAN) $(WRKSRC)/../tools/cextract-1.7/cextract.1 $(PREFIX)/man/man1/cextract.1 .include <bsd.port.mk> diff --git a/editors/thoteditor/files/patch-ac b/editors/thoteditor/files/patch-ac index 45d8e0e9ca7f..4c1723124691 100644 --- a/editors/thoteditor/files/patch-ac +++ b/editors/thoteditor/files/patch-ac @@ -1,5 +1,14 @@ --- ../thot/Makefile.in.orig Wed Nov 19 05:41:49 1997 -+++ ../thot/Makefile.in Sun Sep 26 23:08:12 1999 ++++ ../thot/Makefile.in Sun Oct 3 23:42:28 1999 +@@ -14,7 +14,7 @@ + -I@top_srcdir@/drawlib -I@top_srcdir@/drawlib/f + LDFLAGS = @LDFLAGS@ -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. + LIBS = -lThotIndex -lThotDraw -lThotTable -lThotEditor @IMGLIBS@ \ +- $(MOTIF_LIBRARIES) -lXm $(X_LIBS) -lXt -lXext $(X_PRE_LIBS) \ ++ %%MOTIFLIB%% -lXm $(X_LIBS) -lXt -lXext $(X_PRE_LIBS) \ + -lX11 $(X_EXTRA_LIBS) @LIBS@ @EXTRA_LIBS@ -lm + + prefix = @prefix@ @@ -27,6 +27,7 @@ CONFIGFILES= \ XKeysymDB thot.ini thot.color thot.pattern thot.keyboard \ diff --git a/editors/thoteditor/files/patch-ae b/editors/thoteditor/files/patch-ae index 09b274aa84f5..f3dd5e2e2bcb 100644 --- a/editors/thoteditor/files/patch-ae +++ b/editors/thoteditor/files/patch-ae @@ -1,5 +1,5 @@ --- ../Makefile.in.orig Wed Oct 8 04:13:58 1997 -+++ ../Makefile.in Sat Sep 25 13:24:41 1999 ++++ ../Makefile.in Sun Oct 3 23:44:16 1999 @@ -17,6 +17,7 @@ SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya |