1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/astro/xephem/files/patch-aa

20 lines
544 B
Plaintext
Raw Normal View History

1997-03-27 23:44:49 +00:00
--- Imakefile~ Thu Mar 27 15:23:53 1997
+++ Imakefile Thu Mar 27 16:25:24 1997
@@ -15,10 +15,15 @@
1997-03-27 23:44:49 +00:00
OBJS = $(SRCS:.c=.o)
- XMLIB = -lXm
+ XMLIB = ${MOTIFLIB}
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm
1997-03-27 23:44:49 +00:00
PROGRAMS = xephem
1997-03-27 23:44:49 +00:00
ComplexProgramTarget(xephem)
+
+install::
+ mkdir -p ${PREFIX}/lib/X11/xephem
1997-03-27 23:44:49 +00:00
+ tar -cf - auxil edb tools work |(cd ${PREFIX}/lib/X11/xephem; tar -xf -)
+ cp XEphem.ad ${PREFIX}/lib/X11/app-defaults/XEphem