43a2aac35f
pre-install -> post-build to make reinstall target working. change maintainer to ports@ due to maintainer does not have FreeBSD box anymore. PR: 23444 Submitted by: myself
23 lines
872 B
Text
23 lines
872 B
Text
--- xprompt/Imakefile.orig Thu Jun 29 12:48:41 1995
|
|
+++ xprompt/Imakefile Wed Nov 1 08:13:28 2000
|
|
@@ -2,14 +2,14 @@
|
|
SRCS = xprompt.c xprompt_cb.c xprompt_main.c
|
|
OBJS = xprompt.o xprompt_cb.o xprompt_main.o
|
|
XCOMM for LINUX:
|
|
-EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM
|
|
+XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm XCOMM
|
|
|
|
-XCOMM FOR Solaris
|
|
-XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl
|
|
+XCOMM FOR FreeBSD
|
|
+EXTRA_LIBRARIES = -lxforms -lXpm -lm
|
|
|
|
|
|
-EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I.
|
|
-EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\"
|
|
+EXTRA_INCLUDES = -I.
|
|
+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps\"
|
|
LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB)
|
|
|
|
-ComplexProgramTarget(xprompt)
|
|
+ComplexProgramTargetNoMan(xprompt)
|