Lines 41-46
Link Here
|
41 |
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include |
41 |
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include |
42 |
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |
42 |
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib |
43 |
|
43 |
|
|
|
44 |
OPTIONS= XFT "Enable Xft support" on \ |
45 |
SHM "Enable Shared Memory support" on \ |
46 |
CUPS "Enable CUPS support" off \ |
47 |
DEBUG "Build with DEBUG support" off \ |
48 |
FOX_APPLICATIONS "Install sample applications" off \ |
49 |
OPTIMIZED_CXXFLAGS "Enable additional optimizations" off \ |
50 |
PROFILING "Build with PROFILING support" off |
51 |
|
44 |
.include <bsd.port.pre.mk> |
52 |
.include <bsd.port.pre.mk> |
45 |
|
53 |
|
46 |
## |
54 |
## |