freebsd-ports/cad/pisces/files/patch-ac
Ade Lovett 51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00

52 lines
1.2 KiB
Text

*** utils/imakesrc/Imake.tmpl.orig Tue May 28 20:11:14 1991
--- utils/imakesrc/Imake.tmpl Fri Apr 21 18:34:35 2000
***************
*** 16,21 ****
--- 16,31 ----
#define YES 1
#define NO 0
+ #ifdef FBSD
+ #define DO_X11
+ #undef DO_SUNVIEW
+ #undef DO_X10
+ #define MacroIncludeFile "FreeBSD.def"
+ #define MacroFile FreeBSD.def
+ #define SystemDef -DFBSD
+ #define SystemType -DBSD
+ #endif /* FreeBSD */
+
#ifdef SUN3
#define DO_SUNVIEW YES
***************
*** 191,204 ****
# ifdef PLOTCAP_INSTALLED
# define PlotcapLibs -lhigh2 -lgplot
# else
! # define PlotcapLibs PlotcapDir/libname(high2) PlotcapDir/libname(gplot)
# endif
#endif
#ifndef F77PlotcapLibs
# ifdef PLOTCAP_INSTALLED
# define F77PlotcapLibs -lgplotF77 PlotcapLibs
# else
! # define F77PlotcapLibs PlotcapDir/libname(gplotF77) PlotcapLibs
# endif
#endif
--- 201,214 ----
# ifdef PLOTCAP_INSTALLED
# define PlotcapLibs -lhigh2 -lgplot
# else
! # define PlotcapLibs LibDir/libname(high2) LibDir/libname(gplot)
# endif
#endif
#ifndef F77PlotcapLibs
# ifdef PLOTCAP_INSTALLED
# define F77PlotcapLibs -lgplotF77 PlotcapLibs
# else
! # define F77PlotcapLibs LibDir/libname(gplotF77) PlotcapLibs
# endif
#endif