mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dacaba58c3
PR: 3637
20 lines
569 B
Plaintext
20 lines
569 B
Plaintext
--- Imakefile~ Thu Mar 27 15:23:53 1997
|
|
+++ Imakefile Thu Mar 27 16:25:24 1997
|
|
@@ -15,10 +15,15 @@
|
|
|
|
OBJS = $(SRCS:.c=.o)
|
|
|
|
- XMLIB = -lXm
|
|
+ XMLIB = ${MOTIFLIB}
|
|
DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
SYS_LIBRARIES = -lm
|
|
PROGRAMS = xephem
|
|
|
|
ComplexProgramTarget(xephem)
|
|
+
|
|
+install::
|
|
+ mkdir -p ${PREFIX}/lib/X11/xephem
|
|
+ tar -cf - auxil edb tools work |(cd ${PREFIX}/lib/X11/xephem; tar -xf -)
|
|
+ sed s,@PREFIX@,${PREFIX}, XEphem.ad > ${PREFIX}/lib/X11/app-defaults/XEphem
|