Lines 7-13
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= code-browser |
9 |
PORTNAME= code-browser |
10 |
PORTVERSION= 2.9 |
10 |
PORTVERSION= 2.10 |
11 |
CATEGORIES= editors |
11 |
CATEGORIES= editors |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 20-25
Link Here
|
20 |
|
20 |
|
21 |
USE_GCC= 3.4+ |
21 |
USE_GCC= 3.4+ |
22 |
USE_GNOME= gtk20 |
22 |
USE_GNOME= gtk20 |
|
|
23 |
USE_GMAKE= yes |
23 |
|
24 |
|
24 |
PORTDOCS= code-browser.chm doc.css doc.html |
25 |
PORTDOCS= code-browser.chm doc.css doc.html |
25 |
PLIST_FILES= bin/code-browser \ |
26 |
PLIST_FILES= bin/code-browser \ |
Lines 29-36
Link Here
|
29 |
|
30 |
|
30 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
31 |
|
32 |
|
32 |
.if ${ARCH} != "i386" |
33 |
.if ${ARCH} != "i386" && ${ARCH} != "amd64" |
33 |
BROKEN= does not build on !i386; signal 11 errors during build |
34 |
BROKEN= does not build on ${ARCH}; signal 11 errors during build |
|
|
35 |
.endif |
36 |
|
37 |
.if ${ARCH} == "amd64" |
38 |
MAKE_ARGS+= MODE=64 |
34 |
.endif |
39 |
.endif |
35 |
|
40 |
|
36 |
post-patch: |
41 |
post-patch: |