|
Lines 63-73
OPTIONS= BWMON "Enable bandwidth monito
Link Here
|
| 63 |
TINYGUI "Enable tiny gui (down to 320x200)" Off \ |
63 |
TINYGUI "Enable tiny gui (down to 320x200)" Off \ |
| 64 |
TOOLS "Enable extra tools for artists and translators" On |
64 |
TOOLS "Enable extra tools for artists and translators" On |
| 65 |
|
65 |
|
| 66 |
.include <bsd.port.pre.mk> |
66 |
.include <bsd.port.options.mk> |
| 67 |
|
|
|
| 68 |
.if ${OSVERSION} < 700000 |
| 69 |
BROKEN= does not compile |
| 70 |
.endif |
| 71 |
|
67 |
|
| 72 |
.if defined(WITH_DEBUG) |
68 |
.if defined(WITH_DEBUG) |
| 73 |
CONFIGURE_ARGS+= --enable-debug |
69 |
CONFIGURE_ARGS+= --enable-debug |
|
Lines 148-154
CONFIGURE_ENV+= PYTHON_PREFIX=${PREFIX}
Link Here
|
| 148 |
PYTHON_VERSION=${PYTHON_VERSION:S/python//} |
144 |
PYTHON_VERSION=${PYTHON_VERSION:S/python//} |
| 149 |
CONFIGURE_ARGS+= --enable-python-install |
145 |
CONFIGURE_ARGS+= --enable-python-install |
| 150 |
PLIST_SUB+= PYTHON="" |
146 |
PLIST_SUB+= PYTHON="" |
| 151 |
.include "${PORTSDIR}/Mk/bsd.python.mk" |
|
|
| 152 |
.endif |
147 |
.endif |
| 153 |
|
148 |
|
| 154 |
.if defined(WITHOUT_RAWSOCKETS) |
149 |
.if defined(WITHOUT_RAWSOCKETS) |
|
Lines 205-208
post-patch: .SILENT
Link Here
|
| 205 |
post-install: |
200 |
post-install: |
| 206 |
-update-desktop-database ${PREFIX}/share/applications |
201 |
-update-desktop-database ${PREFIX}/share/applications |
| 207 |
|
202 |
|
| 208 |
.include <bsd.port.post.mk> |
203 |
.include <bsd.port.mk> |