|
Lines 22-27
Link Here
|
| 22 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
| 23 |
USE_PERL5_BUILD= yes |
23 |
USE_PERL5_BUILD= yes |
| 24 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
|
|
25 |
MAKE_JOBS_SAFE=yes |
| 25 |
|
26 |
|
| 26 |
LICENSE= BSD |
27 |
LICENSE= BSD |
| 27 |
LICENSE_FILE= ${WRKSRC}/COPYING |
28 |
LICENSE_FILE= ${WRKSRC}/COPYING |
|
Lines 56-61
Link Here
|
| 56 |
|
57 |
|
| 57 |
.if defined(WITH_SHARED) |
58 |
.if defined(WITH_SHARED) |
| 58 |
CONFIGURE_ARGS+= --enable-shared |
59 |
CONFIGURE_ARGS+= --enable-shared |
|
|
60 |
PLIST_SUB+= SHARED="" |
| 61 |
.else |
| 62 |
PLIST_SUB+= SHARED="@comment " |
| 59 |
.endif |
63 |
.endif |
| 60 |
|
64 |
|
| 61 |
.include <bsd.port.pre.mk> |
65 |
.include <bsd.port.pre.mk> |
|
Lines 64-69
Link Here
|
| 64 |
CONFIGURE_ARGS+= --target=x86_64-linux-gcc |
68 |
CONFIGURE_ARGS+= --target=x86_64-linux-gcc |
| 65 |
.elif ${ARCH} == "i386" |
69 |
.elif ${ARCH} == "i386" |
| 66 |
CONFIGURE_ARGS+= --target=x86-linux-gcc |
70 |
CONFIGURE_ARGS+= --target=x86-linux-gcc |
|
|
71 |
.elif ${ARCH} == "ia64" |
| 72 |
CONFIGURE_ARGS+= --target=ia64-linux-gcc |
| 67 |
.else |
73 |
.else |
| 68 |
IGNORE= no support for ${ARCH} the moment. testing/patches are welcome |
74 |
IGNORE= no support for ${ARCH} the moment. testing/patches are welcome |
| 69 |
.endif |
75 |
.endif |