Lines 26-33
Link Here
|
26 |
FORMS "Interface to X-Forms" on \ |
26 |
FORMS "Interface to X-Forms" on \ |
27 |
FPGTK "Interface to create programs with gtk" on \ |
27 |
FPGTK "Interface to create programs with gtk" on \ |
28 |
FV "Free Pascal unit for Delphi support" on \ |
28 |
FV "Free Pascal unit for Delphi support" on \ |
|
|
29 |
GCONF "Interface to GConf" on \ |
29 |
GDBM "Interface to the GNU database system" on \ |
30 |
GDBM "Interface to the GNU database system" on \ |
30 |
GGI "Interface to libggi library" on \ |
31 |
GGI "Interface to libggi library" on \ |
|
|
32 |
GNOME "Free Pascal unit to create programs for GNOME" on \ |
31 |
GTK "Interface to gtk libraries" on \ |
33 |
GTK "Interface to gtk libraries" on \ |
32 |
GTK2 "Interface to gtk2 libraries" on \ |
34 |
GTK2 "Interface to gtk2 libraries" on \ |
33 |
IMLIB "Interface to imlib library" on \ |
35 |
IMLIB "Interface to imlib library" on \ |
Lines 41-62
Link Here
|
41 |
UNZIP "Routines for unzipping zip files" on \ |
43 |
UNZIP "Routines for unzipping zip files" on \ |
42 |
UTMP "Interface to gather information from the utmp file" on \ |
44 |
UTMP "Interface to gather information from the utmp file" on \ |
43 |
X11 "Interface to X windows server" on \ |
45 |
X11 "Interface to X windows server" on \ |
44 |
ZLIB "Interface to the zlib compression library" on |
46 |
ZLIB "Interface to the zlib compression library" on \ |
|
|
47 |
ZVT "Interface to Zed's Virtual Terminal" on |
45 |
|
48 |
|
46 |
.include <bsd.port.pre.mk> |
49 |
.include <bsd.port.pre.mk> |
47 |
|
50 |
|
48 |
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} |
51 |
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} |
49 |
ALL_OPTIONS= BFD FCL FORMS FPGTK FV GDBM GGI GTK GTK2 \ |
52 |
ALL_OPTIONS= BFD FCL FORMS FPGTK FV GCONF GDBM GGI GNOME GTK GTK2 \ |
50 |
IMLIB LIBGD LIBPNG NCURSES OPENGL SVGALIB \ |
53 |
IMLIB LIBGD LIBPNG NCURSES OPENGL SVGALIB \ |
51 |
SYSLOG TCL UNZIP UTMP X11 ZLIB |
54 |
SYSLOG TCL UNZIP UTMP X11 ZLIB ZVT |
52 |
|
55 |
|
53 |
BFD_UNIT= devel/fpc-bfd |
56 |
BFD_UNIT= devel/fpc-bfd |
54 |
FCL_UNIT= devel/fpc-fcl |
57 |
FCL_UNIT= devel/fpc-fcl |
55 |
FORMS_UNIT= x11-toolkits/fpc-forms |
58 |
FORMS_UNIT= x11-toolkits/fpc-forms |
56 |
FPGTK_UNIT= graphics/fpc-fpgtk |
59 |
FPGTK_UNIT= graphics/fpc-fpgtk |
57 |
FV_UNIT= devel/fpc-fv |
60 |
FV_UNIT= devel/fpc-fv |
|
|
61 |
GCONF_UNIT= devel/fpc-gconf |
58 |
GDBM_UNIT= databases/fpc-gdbm |
62 |
GDBM_UNIT= databases/fpc-gdbm |
59 |
GGI_UNIT= graphics/fpc-ggi |
63 |
GGI_UNIT= graphics/fpc-ggi |
|
|
64 |
GNOME_UNIT= x11-toolkits/fpc-gnome |
60 |
GTK_UNIT= x11-toolkits/fpc-gtk |
65 |
GTK_UNIT= x11-toolkits/fpc-gtk |
61 |
GTK2_UNIT= x11-toolkits/fpc-gtk2 |
66 |
GTK2_UNIT= x11-toolkits/fpc-gtk2 |
62 |
IMLIB_UNIT= graphics/fpc-imlib |
67 |
IMLIB_UNIT= graphics/fpc-imlib |
Lines 71-76
Link Here
|
71 |
UTMP_UNIT= sysutils/fpc-utmp |
76 |
UTMP_UNIT= sysutils/fpc-utmp |
72 |
X11_UNIT= x11/fpc-x11 |
77 |
X11_UNIT= x11/fpc-x11 |
73 |
ZLIB_UNIT= devel/fpc-zlib |
78 |
ZLIB_UNIT= devel/fpc-zlib |
|
|
79 |
ZVT_UNIT= x11-toolkits/fpc-zvt |
74 |
|
80 |
|
75 |
.for OPT in ${ALL_OPTIONS} |
81 |
.for OPT in ${ALL_OPTIONS} |
76 |
. if defined(WITH_${OPT}) && !defined(WITHOUT_${OPT}) |
82 |
. if defined(WITH_${OPT}) && !defined(WITHOUT_${OPT}) |