|
Lines 23-30
Link Here
|
| 23 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
23 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
| 24 |
CONFIGURE_ARGS= --disable-lua |
24 |
CONFIGURE_ARGS= --disable-lua |
| 25 |
|
25 |
|
|
|
26 |
OPTIONS= CHARSET "Build charset plugin" on \ |
| 27 |
ASPELL "Build aspell plugin" off \ |
| 28 |
PERL "Build perl plugin" off \ |
| 29 |
PYTHON "Build python plugin" off \ |
| 30 |
RUBY "Build ruby plugin" off \ |
| 31 |
GNUTLS "Enable gnutls support" off \ |
| 32 |
NLS "Enable native language support" on \ |
| 33 |
DEBUG "Enable debug" off |
| 34 |
|
| 26 |
MAN1= weechat-curses.1 |
35 |
MAN1= weechat-curses.1 |
| 27 |
|
36 |
|
|
|
37 |
.include <bsd.port.pre.mk> |
| 38 |
|
| 28 |
.if defined(WITH_DEBUG) |
39 |
.if defined(WITH_DEBUG) |
| 29 |
CONFIGURE_ARGS+= --with-debug=2 |
40 |
CONFIGURE_ARGS+= --with-debug=2 |
| 30 |
.else |
41 |
.else |
|
Lines 89-92
Link Here
|
| 89 |
PLIST_SUB+= PERL="@comment " |
100 |
PLIST_SUB+= PERL="@comment " |
| 90 |
.endif |
101 |
.endif |
| 91 |
|
102 |
|
| 92 |
.include <bsd.port.mk> |
103 |
.include <bsd.port.post.mk> |